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


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