Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BuiltinMarker Class / Shape Property


In This Topic
    Shape Property (BuiltinMarker)
    In This Topic
    Gets the shape of the marker.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Shape As MarkerShape
    'Usage
     
    
    Dim instance As BuiltinMarker
    Dim value As MarkerShape
     
    value = instance.Shape
    public MarkerShape Shape {get;}
    See Also