ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorLayer Class / LineThickness Property




In This Topic
    LineThickness Property (ImGearVectorLayer)
    In This Topic
    Gets or sets line thickness attribute of the layer.
    Syntax
    'Declaration
     
    Public Property LineThickness As Single
    'Usage
     
    Dim instance As ImGearVectorLayer
    Dim value As Single
     
    instance.LineThickness = value
     
    value = instance.LineThickness
    public float LineThickness {get; set;}
    public: __property float get_LineThickness();
    public: __property void set_LineThickness( 
       float value
    );
    public:
    property float LineThickness {
       float get();
       void set (    float value);
    }

    Property Value

    Any non-negative value.
    Remarks
    Zero thickness means that the line is always drawn with a width of one pixel. The default value is 0.
    See Also