ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / SelectionThickness Property




In This Topic
    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.
    Remarks
    The default value is 0.
    See Also