ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPan Class / LineThickness Property




In This Topic
    LineThickness Property (ImGearPan)
    In This Topic
    Gets or sets the line thickness for pan rectangle drawing.
    Syntax
    'Declaration
     
    Public Property LineThickness As Single
    'Usage
     
    Dim instance As ImGearPan
    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

    The line thickness for pan rectangle drawing. Default value is 1.
    Exceptions
    ExceptionDescription
    An exception will be thrown if the given value is less than or equal to 0 or is greater than 100.
    See Also