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


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