SelectionThickness Property
In This Topic
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.
See Also