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


In This Topic
    Border Property (NamedStyle)
    In This Topic
    Gets or sets the border for the style.
    Syntax
    'Declaration
     
    
    Public Overrides Property Border As IBorder
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As IBorder
     
    instance.Border = value
     
    value = instance.Border
    public override IBorder Border {get; set;}
    See Also