GoogleMapSettingsInitialMapZoom Property |
Gets or sets the initial level of zoom to use. This is overridden by the user's own settings after they have viewed the page the first time.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int InitialMapZoom { get; set; }
Public Property InitialMapZoom As Integer
Get
Set
public:
property int InitialMapZoom {
int get ();
void set (int value);
}
member InitialMapZoom : int with get, set
Property Value
Type:
Int32See Also