Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / BevelBorder Class / Highlight Property


In This Topic
    Highlight Property
    In This Topic
    Gets the highlight color of the border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Highlight As Color
    'Usage
     
    
    Dim instance As BevelBorder
    Dim value As Color
     
    value = instance.Highlight
    public Color Highlight {get;}
    See Also