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


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