TimeIndicatorsPanel
Class
Represents a panel that arranges the time indicators in RadScheduleView control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class TimeIndicatorsPanel : Panel
Inheritance: objectTimeIndicatorsPanel
Constructors
C#
public TimeIndicatorsPanel()
Fields
OrientationProperty
DependencyProperty
Identifies the Orientation dependency property.
C#
public static readonly DependencyProperty OrientationProperty
Properties
Orientation
Orientation
Gets or sets the Orientation property.
C#
public Orientation Orientation { get; set; }
Methods
C#
protected override Size ArrangeOverride(Size finalSize)
Size
C#
protected override Size MeasureOverride(Size availableSize)
Size
OnCreateAutomationPeer()
AutomationPeer
Creates new AutomationPeer.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
A new FrameworkElementAutomationPeer.