'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The height in pixels of each tile.")> Public Property TileHeight As System.Int32
[DefaultValue(0)] [Description("The height in pixels of each tile.")] public System.Int32 TileHeight { get; set; }
[DefaultValue(0)] [Description("The height in pixels of each tile.")] public: __property System.Int32 get_TileHeight(); public: __property void set_TileHeight(
System.Int32 value
);
[DefaultValue(0)] [Description("The height in pixels of each tile.")] public:
property System.Int32 TileHeight { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения больше или равны 0. Нулевое значение означает, что в вертикальном направлении находится одна плитка. Значение по умолчанию: 0.