Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSidePattern Class / DashDot Field


In This Topic
    DashDot Field (ComplexBorderSidePattern)
    In This Topic
    Draws an alternating dash and dot line border on one side of a cell
    Syntax
    'Declaration
     
    
    Public Shared DashDot As Single()
    'Usage
     
    
    Dim value() As Single()
     
    value = ComplexBorderSidePattern.DashDot
     
    ComplexBorderSidePattern.DashDot = value
    public static float[] DashDot
    See Also