Click or drag to resize
GoogleMapSettingsShortTrailLengthSeconds Property
Gets or sets the number of seconds that short trails are to be stored for.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ShortTrailLengthSeconds { get; set; }

Property Value

Type: Int32
Remarks
Short trails are lines connecting the current position of the aircraft to each coordinate it was at over the past NN seconds. This property holds the NN value.
See Also