Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / TimeRuler Class / CurrentTimeTemplate Property

In This Topic
    CurrentTimeTemplate Property (TimeRuler)
    In This Topic
    Gets or sets a DataTemplate that defines a UI representation of a the current time mark. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property CurrentTimeTemplate As DataTemplate
    public DataTemplate CurrentTimeTemplate {get; set;}
    See Also