Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / Border Property


In This Topic
    Border Property (SuperEditBase)
    In This Topic
    Gets or sets the border for the control.
    Syntax
    'Declaration
     
    
    Public Overridable Shadows Property Border As IBorder
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As IBorder
     
    instance.Border = value
     
    value = instance.Border
    public virtual new IBorder Border {get; set;}
    See Also