'Declaration <DescriptionAttribute("A tile size. Tile width and height must be multiple 16.")> Public Property TileSize As System.Drawing.Size
[Description("A tile size. Tile width and height must be multiple 16.")] public System.Drawing.Size TileSize { get; set; }
[Description("A tile size. Tile width and height must be multiple 16.")] public: __property System.Drawing.Size* get_TileSize(); public: __property void set_TileSize(
System.Drawing.Size* value
);
[Description("A tile size. Tile width and height must be multiple 16.")] public:
property System.Drawing.Size^ TileSize { System.Drawing.Size^ get(); void set(System.Drawing.Size^ value); }
Property Value
Значение по умолчанию - 0x0. Значение 0x0 указывает, что размер плитки будет рассчитываться автоматически.