Gets or sets a length of a period of time that is currently represented in the control UI. The start of the period is defined by the VisualStartTime property. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public TimeSpan VisualTimeSpan { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property VisualTimeSpan As TimeSpan
	Get
	Set

See Also