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


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