GoogleMapSettingsInitialSpeedUnit Property |
Gets or sets the initial unit used to display speeds. 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 SpeedUnit InitialSpeedUnit { get; set; }
Public Property InitialSpeedUnit As SpeedUnit
Get
Set
public:
property SpeedUnit InitialSpeedUnit {
SpeedUnit get ();
void set (SpeedUnit value);
}
member InitialSpeedUnit : SpeedUnit with get, set
Property Value
Type:
SpeedUnitSee Also