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


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