Gets or sets the color used to draw the Pan Rectangle.
public Color RectangleColor {get; set;}
public Color RectangleColor {get; set;}
get_RectangleColor();
set_RectangleColor(value);
public:
property Color RectangleColor {
Color get();
void set ( Color value);
}
'Declaration
Public Property RectangleColor As Color
'Usage
Dim instance As RasterImagePanViewer
Dim value As Color
instance.RectangleColor = value
value = instance.RectangleColor
Property Value
The Pan Rectangle color. The default is red.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2