New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:finalSizeSizeReturns:

Size

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSizeReturns:

Size

Creates new AutomationPeer.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

A new FrameworkElementAutomationPeer.