Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / BorderPreviewControl Class / BorderBottom Property


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