Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualIntervalPresenter Class / Interval Property

In This Topic
    Interval Property (VisualIntervalPresenter)
    In This Topic
    Gets a VisualInterval object representing the content of the VisualIntervalPresenter object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Interval As VisualInterval
    public VisualInterval Interval {get;}
    See Also