ImageGear .NET
SelectionThickness Property




Gets or sets the thickness that is used for displaying selected entities.
Syntax
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);
}
'Declaration
 
Public Property SelectionThickness As Single
 
'Usage
 
Dim instance As ImGearVectorData
Dim value As Single
 
instance.SelectionThickness = value
 
value = instance.SelectionThickness

Property Value

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

Reference

ImGearVectorData Class
ImGearVectorData Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback