'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(20)> <DescriptionAttribute("A cell size.")> Public Property CellSize As System.Int32
[Category("VintaSoft")] [DefaultValue(20)] [Description("A cell size.")] public System.Int32 CellSize { get; set; }
[Category("VintaSoft")] [DefaultValue(20)] [Description("A cell size.")] public: __property System.Int32 get_CellSize(); public: __property void set_CellSize(
System.Int32 value
);
[Category("VintaSoft")] [DefaultValue(20)] [Description("A cell size.")] public:
property System.Int32 CellSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value is 20.