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


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