Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / EnhancedSolidLine Class / DashType Property


In This Topic
    DashType Property (EnhancedSolidLine)
    In This Topic
    Gets the dash type of the line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DashType As DashType
    'Usage
     
    
    Dim instance As EnhancedSolidLine
    Dim value As DashType
     
    value = instance.DashType
    public DashType DashType {get;}
    See Also