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