Class TimeIndicatorsPanel
Represents a panel that arranges the time indicators in Rad
Inheritance
System.Object
TimeIndicatorsPanel
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimeIndicatorsPanel : Panel
Constructors
TimeIndicatorsPanel()
Declaration
public TimeIndicatorsPanel()
Fields
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.
|
Properties
Orientation
Gets or sets the Orientation property.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|
OnCreateAutomationPeer()
Creates new AutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. A new FrameworkElementAutomationPeer. |