Partager via


Line.LineColor Property

 

Gets and sets the line color.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Color LineColor { get; set; }
public:
property Color LineColor {
    Color get();
    void set(Color value);
}
Public Property LineColor As Color

Property Value

Type: System.Drawing.Color

The line color.

See Also

Line Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top