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