Class TimeIndicatorItem
Inheritance
System.Object
TimeIndicatorItem
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TimeIndicatorItem : Control
Constructors
TimeIndicatorItem()
Declaration
public TimeIndicatorItem()
Fields
AllowCustomSizeProperty
Declaration
public static readonly DependencyProperty AllowCustomSizeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AllowCustomSize
Declaration
public bool AllowCustomSize { get; set; }
Property Value
|
System.Boolean
|
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Methods
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
|
System.Boolean
useTransitions
|
GoToState(Boolean, String[])
Declaration
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters
|
System.Boolean
useTransitions
|
|
System.String[]
stateNames
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()