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