Class TimeIndicatorsPanel
Inheritance
System.Object
TimeIndicatorsPanel
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TimeIndicatorsPanel : Panel
Constructors
TimeIndicatorsPanel()
Declaration
public TimeIndicatorsPanel()
Fields
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|