Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / LineShape Class / Thickness Property


In This Topic
    Thickness Property (LineShape)
    In This Topic
    Gets or sets the thickness of the line.
    Syntax
    'Declaration
     
    
    Public Overridable Property Thickness As Single
    'Usage
     
    
    Dim instance As LineShape
    Dim value As Single
     
    instance.Thickness = value
     
    value = instance.Thickness
    public virtual float Thickness {get; set;}
    See Also