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