Gets or sets a TimeSpan of each VisualInterval in the VisualIntervals collection. This is a dependency property.

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

Syntax

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

Remarks

See the VisualIntervals property description for details.

See Also