Gets or sets a value indicating whether the map should be fitted in the window or not.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool FitInWindow { get; set; }
Public Property FitInWindow As Boolean
Get
Set
public:
virtual property bool FitInWindow {
bool get () sealed;
void set (bool value) sealed;
}
abstract FitInWindow : bool with get, set
override FitInWindow : bool with get, set
Property Value
Type:
BooleanImplements
IMapFitInWindowSee Also