Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / BorderPreviewControl Class / BorderTop Property


In This Topic
    BorderTop Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BorderTop As LineStyle
    'Usage
     
    
    Dim instance As BorderPreviewControl
    Dim value As LineStyle
     
    instance.BorderTop = value
     
    value = instance.BorderTop
    public LineStyle BorderTop {get; set;}
    See Also