ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Style Class / BorderColor Property

In This Topic
    BorderColor Property (Style)
    In This Topic
    Gets or sets the System.Drawing.Color used to draw the border around the element.
    Syntax
    'Declaration
     
    Public Property BorderColor As System.Drawing.Color
    public System.Drawing.Color BorderColor {get; set;}
    See Also