'Declaration <DescriptionAttribute("A cell size.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(20)> Public Property CellSize As System.Int32
[Description("A cell size.")] [Category("VintaSoft")] [DefaultValue(20)] public System.Int32 CellSize { get; set; }
[Description("A cell size.")] [Category("VintaSoft")] [DefaultValue(20)] public: __property System.Int32 get_CellSize(); public: __property void set_CellSize(
System.Int32 value
);
[Description("A cell size.")] [Category("VintaSoft")] [DefaultValue(20)] public:
property System.Int32 CellSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию - 20.