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


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