Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / Border Property


In This Topic
    Border Property (IElementStyle)
    In This Topic
    Gets or sets the border.
    Syntax
    'Declaration
     
    
    Property Border As IBorder
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As IBorder
     
    instance.Border = value
     
    value = instance.Border
    IBorder Border {get; set;}
    See Also