InfoWindowBounds Property
Summary
Gets or sets the Information Window bounds.
Syntax
public Rectangle InfoWindowBounds { get; set; }
Public Property InfoWindowBounds As Rectangle
public:
property Rectangle InfoWindowBounds {
Rectangle get();
void set ( Rectangle );
}
Property Value
A Rectangle that indicates the Information Window bounds.