Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / TimeRuler Class
Members

In This Topic
    TimeRuler Class
    In This Topic
    Represents UI for displaying horizontal or vertical time ruler in the C1Scheduler control template.
    Object Model
    TimeRuler Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute()>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <StaticAttribute(Windows.UI.Xaml.Controls.IItemsControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <WebHostHiddenAttribute()>
    <ComposableAttribute(Windows.UI.Xaml.Controls.IItemsControlFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ThreadingAttribute(ThreadingModel.Both)>
    <ContentPropertyAttribute()>
    Public Class TimeRuler 
       Inherits Windows.UI.Xaml.Controls.ItemsControl
       Implements Windows.UI.Xaml.Controls.IItemContainerMapping 
    [TemplatePart()]
    [MarshalingBehavior(MarshalingType.Agile)]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [Static(Windows.UI.Xaml.Controls.IItemsControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [WebHostHidden()]
    [Composable(Windows.UI.Xaml.Controls.IItemsControlFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [Threading(ThreadingModel.Both)]
    [ContentProperty()]
    public class TimeRuler : Windows.UI.Xaml.Controls.ItemsControl, Windows.UI.Xaml.Controls.IItemContainerMapping  
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ItemsControl
                      C1.Xaml.Schedule.TimeRuler

    See Also