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