Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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