Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / EnhancedSolidLine Class / Width Property


In This Topic
    Width Property (EnhancedSolidLine)
    In This Topic
    Gets the width of the line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Single
    'Usage
     
    
    Dim instance As EnhancedSolidLine
    Dim value As Single
     
    value = instance.Width
    public float Width {get;}
    Remarks
    Width is measured in points.
    See Also