'Declaration <DefaultValueAttribute(20)> <DescriptionAttribute("The size, in pixels, of cells the image is divided into.")> Public Property CellSize As System.Int32
[DefaultValue(20)] [Description("The size, in pixels, of cells the image is divided into.")] public System.Int32 CellSize { get; set; }
[DefaultValue(20)] [Description("The size, in pixels, of cells the image is divided into.")] public: __property System.Int32 get_CellSize(); public: __property void set_CellSize(
System.Int32 value
);
[DefaultValue(20)] [Description("The size, in pixels, of cells the image is divided into.")] public:
property System.Int32 CellSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 10 до 500. Значение по умолчанию - 20.