'Declaration <DescriptionAttribute("The interaction radius of polygon points.")> <CategoryAttribute("Polygon Point")> <DefaultValueAttribute(4)> Public Property PolygonPointInteractionRadius As Double
[Description("The interaction radius of polygon points.")] [Category("Polygon Point")] [DefaultValue(4)] public double PolygonPointInteractionRadius { get; set; }
[Description("The interaction radius of polygon points.")] [Category("Polygon Point")] [DefaultValue(4)] public: __property double get_PolygonPointInteractionRadius(); public: __property void set_PolygonPointInteractionRadius(
double value
);
[Description("The interaction radius of polygon points.")] [Category("Polygon Point")] [DefaultValue(4)] public:
property double PolygonPointInteractionRadius { double get(); void set(double value); }
Property Value
Значение по умолчанию - 4. Минимальное значение - 0.