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


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