Class RadCycleHubTile
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadCycleHubTile : HubTileBase, IWeakEventListener
Constructors
RadCycleHubTile()
Declaration
public RadCycleHubTile()
Fields
CycleRandomlyProperty
Declaration
public static readonly DependencyProperty CycleRandomlyProperty
Field Value
Microsoft.
|
FlipUpdateIntervalsCountProperty
Declaration
public static readonly DependencyProperty FlipUpdateIntervalsCountProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Microsoft.
|
ItemTemplateProperty
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
Microsoft.
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Microsoft.
|
Properties
CycleRandomly
Declaration
public bool CycleRandomly { get; set; }
Property Value
System.
|
FlipUpdateIntervalsCount
Declaration
public int FlipUpdateIntervalsCount { get; set; }
Property Value
System.
|
IsUpdateTimerNeeded
Declaration
protected override bool IsUpdateTimerNeeded { get; }
Property Value
System.
|
Overrides
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
ItemTemplate
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.
|
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
Microsoft.
|
ShouldClip
Declaration
protected override bool ShouldClip { get; }
Property Value
System.
|
Overrides
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
LoadCore()
OnBackStateActivated()
Declaration
protected override void OnBackStateActivated()
Overrides
OnBackStateDeactivated()
Declaration
protected override void OnBackStateDeactivated()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnTemplateApplied()
Update(Boolean, Boolean)
Declaration
protected override void Update(bool animate, bool updateIsFlipped)
Parameters
System.
|
System.
|
Overrides
Explicit Interface Implementations
IWeakEventListener.ReceiveEvent(Object, Object)
Declaration
void IWeakEventListener.ReceiveEvent(object sender, object args)
Parameters
System.
|
System.
|