'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The width, in pixels, of image tile.")> Public Property ImageTileWidth As System.Int32
[DefaultValue(0)] [Description("The width, in pixels, of image tile.")] public System.Int32 ImageTileWidth { get; set; }
[DefaultValue(0)] [Description("The width, in pixels, of image tile.")] public: __property System.Int32 get_ImageTileWidth(); public: __property void set_ImageTileWidth(
System.Int32 value
);
[DefaultValue(0)] [Description("The width, in pixels, of image tile.")] public:
property System.Int32 ImageTileWidth { System.Int32 get(); void set(System.Int32 value); }
Property Value
0 - ширина плитки равна ширине изображения;
N - ширина плитки.
Значение по умолчанию: 0.
N - ширина плитки.
Значение по умолчанию: 0.