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