'Declaration <DefaultValueAttribute(5)> <DescriptionAttribute("The cell size. Valid values are 2 to 100.")> Public Property CellSize As System.Int32
[DefaultValue(5)] [Description("The cell size. Valid values are 2 to 100.")] public System.Int32 CellSize { get; set; }
[DefaultValue(5)] [Description("The cell size. Valid values are 2 to 100.")] public: __property System.Int32 get_CellSize(); public: __property void set_CellSize(
System.Int32 value
);
[DefaultValue(5)] [Description("The cell size. Valid values are 2 to 100.")] public:
property System.Int32 CellSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 2 до 100. Значение по умолчанию: 5.