DrawLineColor Property
Summary
Gets or sets the line color for drawing.
Syntax
public Color DrawLineColor { get; set; }
Public Property DrawLineColor As Color
public:
property Color DrawLineColor {
Color get();
void set ( Color );
}
Property Value
A Color value indicating the line color for drawing.