ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / FormStyle Class / LineColor Property

In This Topic
    LineColor Property (FormStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to draw the lines and separators.
    Syntax
    'Declaration
     
    
    Public Overridable Property LineColor As Color
    public virtual Color LineColor {get; set;}
    See Also