Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorder Class / Left Property


In This Topic
    Left Property (ComplexBorder)
    In This Topic
    Gets the ComplexBorderSide object for the left side.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Left As ComplexBorderSide
    'Usage
     
    
    Dim instance As ComplexBorder
    Dim value As ComplexBorderSide
     
    value = instance.Left
    public ComplexBorderSide Left {get;}
    See Also