Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CompoundBorder Class / Outside Property


In This Topic
    Outside Property
    In This Topic
    Gets the outside border for a compound border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Outside As IBorder
    'Usage
     
    
    Dim instance As CompoundBorder
    Dim value As IBorder
     
    value = instance.Outside
    public IBorder Outside {get;}
    See Also