'Declaration <DescriptionAttribute("The interaction radius of resize points.")> <DefaultValueAttribute(4)> <CategoryAttribute("Resize Point")> Public Property ResizePointsInteractionRadius As Single
[Description("The interaction radius of resize points.")] [DefaultValue(4)] [Category("Resize Point")] public float ResizePointsInteractionRadius { get; set; }
[Description("The interaction radius of resize points.")] [DefaultValue(4)] [Category("Resize Point")] public: __property float get_ResizePointsInteractionRadius(); public: __property void set_ResizePointsInteractionRadius(
float value
);
[Description("The interaction radius of resize points.")] [DefaultValue(4)] [Category("Resize Point")] public:
property float ResizePointsInteractionRadius { float get(); void set(float value); }
Property Value
Default value is 4. Minimum value is 0.