LineColor Property (ImGearPan)
In This Topic
Gets or sets the color for the pan rectangle drawing.
Syntax
'Declaration
Public Property LineColor As Color
'Usage
Dim instance As ImGearPan
Dim value As Color
instance.LineColor = value
value = instance.LineColor
public Color LineColor {get; set;}
public: __property Color get_LineColor();
public: __property void set_LineColor(
Color value
);
public:
property Color LineColor {
Color get();
void set ( Color value);
}
Property Value
The color for the pan rectangle drawing. Default value is System.Drawing.Color.LightGreen.
See Also