Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / LineMarker Property


In This Topic
    LineMarker Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property LineMarker As MarkerType
    'Usage
     
    
    Dim instance As Pattern
    Dim value As MarkerType
     
    instance.LineMarker = value
     
    value = instance.LineMarker
    public MarkerType LineMarker {get; set;}
    See Also