Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSide Class / DashPattern Property


In This Topic
    DashPattern Property (ComplexBorderSide)
    In This Topic
    Gets the dash pattern array of this side of the complex border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DashPattern As Single()
    'Usage
     
    
    Dim instance As ComplexBorderSide
    Dim value() As Single
     
    value = instance.DashPattern
    public float[] DashPattern {get;}
    See Also