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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class TimeRulerLine : TimeRulerItemBase

Inheritance: objectTimeRulerItemBaseTimeRulerLine

Inherited Members TimeRulerItemBase.OrientationPropertyTimeRulerItemBase.OnApplyTemplate()TimeRulerItemBase.ChangeVisualState(bool)TimeRulerItemBase.GoToState(bool, params string[])TimeRulerItemBase.Orientation

Constructors

C#
public TimeRulerLine()

Fields

SizeProperty

DependencyProperty

Identifies the Size dependency property.

C#
public static readonly DependencyProperty SizeProperty

Properties

Gets or sets the Size property.

C#
public double Size { get; set; }

Methods

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The System.Windows.RoutedEventArgs that contains the event data.