Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Border Property


In This Topic
    Border Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property Border As IBorder
    'Usage
     
    
    Dim instance As IElement
    Dim value As IBorder
     
    instance.Border = value
     
    value = instance.Border
    IBorder Border {get; set;}
    See Also