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