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