Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / VisualIntervalScale Property

In This Topic
    VisualIntervalScale Property (C1Scheduler)
    In This Topic
    Gets or sets a TimeSpan of each VisualInterval in the VisualIntervals collection. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property VisualIntervalScale As TimeSpan
    public TimeSpan VisualIntervalScale {get; set;}
    Remarks
    The C1Scheduler control resets this property at applying new style, so that style property setters always have effect. To preserve time scale for views with short time intervals, use the SmallVisualIntervalScale property.
    See Also