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


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