ClassRadPictureRotatorHubTile
Defines a hub tile that simulates the pictures tile on WP OS's start screen.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadPictureRotatorHubTile : PictureHubTile, IWeakEventListener
Inheritance: objectRadControlHubTileBasePictureHubTileRadPictureRotatorHubTile
Implements:
Inherited Members
Constructors
RadPictureRotatorHubTile()
Initializes a new instance of the RadPictureRotatorHubTile class.
Declaration
public RadPictureRotatorHubTile()
Properties
ShouldClip
Gets a value indicating whether a rectangle clip is set on the LayoutRoot.
Declaration
protected override bool ShouldClip { get; }
Property Value
Overrides
Methods
ApplyTemplateCore()
Retrieves the ControlTemplate parts.
GetNewIndex(int)
Should be overridden in descendant classes to generate the new index from the picture collection.
IsNewIndexValid(int)
Should be overridden in descendant classes to indicate if the same image can be displayed many times in a row.
LoadCore()
Called within the handler of the event. Allows inheritors to provide their specific logic.
Declaration
protected override void LoadCore()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
protected override void OnTemplateApplied()
Overrides
Update(bool, bool)
A virtual callback that is called periodically when the tile is no frozen. It can be used to update the tile visual states or other necessary operations.