ImageGear .NET v24.12 - Updated
SelectionThickness Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : SelectionThickness Property
Gets or sets the thickness that is used for displaying selected entities.
Syntax
'Declaration
 
Public Property SelectionThickness As Single
'Usage
 
Dim instance As ImGearVectorData
Dim value As Single
 
instance.SelectionThickness = value
 
value = instance.SelectionThickness
public float SelectionThickness {get; set;}
public: __property float get_SelectionThickness();
public: __property void set_SelectionThickness( 
   float value
);
public:
property float SelectionThickness {
   float get();
   void set (    float value);
}

Property Value

Non-negative floating-point value.
Remarks
The default value is 0.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members