'Declaration <DefaultValueAttribute(40)> <DescriptionAttribute("The tile size in pixels. Valid values are from 2 to 200.")> Public Property TileSize As System.Int32
[DefaultValue(40)] [Description("The tile size in pixels. Valid values are from 2 to 200.")] public System.Int32 TileSize { get; set; }
[DefaultValue(40)] [Description("The tile size in pixels. Valid values are from 2 to 200.")] public: __property System.Int32 get_TileSize(); public: __property void set_TileSize(
System.Int32 value
);
[DefaultValue(40)] [Description("The tile size in pixels. Valid values are from 2 to 200.")] public:
property System.Int32 TileSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения от 2 до 200. Значение по умолчанию: 40.