Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSide Class / Width Property


In This Topic
    Width Property (ComplexBorderSide)
    In This Topic
    Gets the width of this side of the complex border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Integer
    'Usage
     
    
    Dim instance As ComplexBorderSide
    Dim value As Integer
     
    value = instance.Width
    public int Width {get;}
    See Also