Scheduler for WinRT
SmallVisualIntervalScale Property


If this property value is set, defines TimeSpan of each VisualInterval in the VisualIntervals collection for views with intervals shorther than 1 day. This is a dependency property. The default value is TimeSpan.Zero which means that only VisualIntervalScale property has effect.
Syntax
'Declaration
 
Public Property SmallVisualIntervalScale As TimeSpan
'Usage
 
Dim instance As C1Scheduler
Dim value As TimeSpan
 
instance.SmallVisualIntervalScale = value
 
value = instance.SmallVisualIntervalScale
public TimeSpan SmallVisualIntervalScale {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.