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