'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("A tile size. Valid value is 1 and more.")> Public Property TileSize As System.Int32
[DefaultValue(1)] [Description("A tile size. Valid value is 1 and more.")] public System.Int32 TileSize { get; set; }
[DefaultValue(1)] [Description("A tile size. Valid value is 1 and more.")] public: __property System.Int32 get_TileSize(); public: __property void set_TileSize(
System.Int32 value
);
[DefaultValue(1)] [Description("A tile size. Valid value is 1 and more.")] public:
property System.Int32 TileSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимое значение - 1 и более. Значение по умолчанию - 5.