Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSidePattern Class / Dotted Field


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