RectangleColor Property
Summary
Gets or sets the color used to draw the Pan Rectangle.
Syntax
public Color RectangleColor { get; set; }
Public Property RectangleColor As Color
public:
property Color RectangleColor {
Color get();
void set ( Color );
}
Property Value
The Pan Rectangle color. The default is red.