'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
Valid values are greater than or equal to 0. Value of zero means there is one tile in vertical direction. Default value is 0.