Specifies the period (in seconds) if the visible area for overview navigation bar. When set to 0 the whole period is shown. By default it's set to 0

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int OverviewVisiblePeriod { get; set; }
Visual Basic
Public Property OverviewVisiblePeriod As Integer
	Get
	Set
JScript
function get OverviewVisiblePeriod () : int
function set OverviewVisiblePeriod (value : int)

Remarks

It's not possible to specify a TimeSpan property because it's not correctly de-serialized in Silverlight

See Also