Class TimeRulerLinesPanel
Inheritance
System.Object
TimeRulerLinesPanel
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TimeRulerLinesPanel : Panel
Constructors
TimeRulerLinesPanel()
Declaration
public TimeRulerLinesPanel()
Fields
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PixelLengthProperty
Declaration
public static readonly DependencyProperty PixelLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
PixelLength
Declaration
public TimeSpan PixelLength { get; set; }
Property Value
|
System.TimeSpan
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
CreateItem()
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|
PrepareItem(TimeRulerItemBase)
Declaration
protected virtual void PrepareItem(TimeRulerItemBase item)
Parameters
|
TimeRulerItemBase
item
|