ClassRadMosaicHubTile
Defines a tile that mimics the WP OS's people hub tile.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadMosaicHubTile : PictureHubTile, IWeakEventListener
Inheritance: objectRadControlHubTileBasePictureHubTileRadMosaicHubTile
Implements:
Inherited Members
Constructors
RadMosaicHubTile()
Initializes a new instance of the RadMosaicHubTile class.
Declaration
public RadMosaicHubTile()
Fields
FlipModeProperty
Identifies the FlipMode dependency property.
Declaration
public static readonly DependencyProperty FlipModeProperty
Field Value
DependencyProperty
TileStyleProperty
Identifies the TileStyle dependency property.
Declaration
public static readonly DependencyProperty TileStyleProperty
Field Value
DependencyProperty
Properties
FlipMode
Gets or sets a value that determines how the cells of the mosaic tile are flipped.
Declaration
public MosaicFlipMode FlipMode { get; set; }
Property Value
TileStyle
Gets or sets a style that is applied to each individual MosaicTile inside RadMosaicHubTile.
Declaration
public Style TileStyle { get; set; }
Property Value
Style
Methods
ApplyTemplateCore()
Resolves the ControlTemplate parts.
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
Update(bool, bool)
A virtual callback that is called periodically when the tile is not frozen. It can be used to update the tile visual states or to perform other necessary operations.