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

In This Topic
    VisualInterval Class
    In This Topic
    Represents a definition of a minimal indivisible time interval represented by the C1Scheduler.
    Object Model
    VisualInterval Class
    Syntax
    'Declaration
     
    
    <ComposableAttribute(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <WebHostHiddenAttribute()>
    <ThreadingAttribute(ThreadingModel.Both)>
    Public Class VisualInterval 
       Inherits Windows.UI.Xaml.DependencyObject
    [Composable(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [WebHostHidden()]
    [Threading(ThreadingModel.Both)]
    public class VisualInterval : Windows.UI.Xaml.DependencyObject 
    Remarks
    The instances of this class are used as DataContext for the VisualIntervalTemplate.
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Schedule.VisualInterval
             C1.Xaml.Schedule.VisualIntervalGroup

    See Also