ServerConfigJsonInitialZoom Property |
Gets or sets the initial level of zoom to use.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int InitialZoom { get; set; }
Public Property InitialZoom As Integer
Get
Set
public:
property int InitialZoom {
int get ();
void set (int value);
}
member InitialZoom : int with get, set
Property Value
Type:
Int32See Also