Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ApplyBorderEventArgs Class / Border Property


In This Topic
    Border Property (ApplyBorderEventArgs)
    In This Topic
    Gets a border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Border As IBorder
    'Usage
     
    
    Dim instance As ApplyBorderEventArgs
    Dim value As IBorder
     
    value = instance.Border
    public IBorder Border {get;}
    See Also