TimeRulerPanel
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class TimeRulerPanel : Panel
Inheritance: objectTimeRulerPanel
Constructors
public TimeRulerPanel()
Fields
OffsetProperty
DependencyProperty
Identifies the Offset dependency property.
public static readonly DependencyProperty OffsetProperty
OrientationProperty
DependencyProperty
Identifies the Orientation dependency property.
public static readonly DependencyProperty OrientationProperty
Properties
Orientation
Orientation
Gets or sets the Orientation property.
public Orientation Orientation { get; set; }
Methods
Provides the behavior for the Arrange pass.
protected override Size ArrangeOverride(Size finalSize)
The final area within the parent that this object should use to arrange itself and its children.
Returns:Size
The actual size that is used after the element is arranged in layout.
Creates new TimeRulerGroupItem.
protected TimeRulerGroupItem CreateGroupItem()
A new TimeRulerGroupItem.
Creates new TimeRulerItem.
Calculates the size that this object will need after the Measure pass.
protected override Size MeasureOverride(Size availableSize)
The available size that this object can give to child objects. Infinity (System.Double.PositiveInfinity) can be specified as a value to indicate that the object will size to whatever content is available.
Returns:Size
The size that this object determines it needs during layout.
OnCreateAutomationPeer()
AutomationPeer
Creates new AutomationPeer.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
A new FrameworkElementAutomationPeer.
Prepares the items of the TimeRulerPanel - applies its styles and templates.