ClassMosaicTilePart
A small rectangle that has two sides and can flip between the two with a swivel animation.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives.HubTile
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class MosaicTilePart : RadControl
Inheritance: objectRadControlMosaicTilePart
Inherited Members
Constructors
MosaicTilePart()
Initializes a new instance of the MosaicTilePart class.
Declaration
public MosaicTilePart()
Fields
BackContentProperty
Identifies the FrontContent dependency property.
Declaration
public static readonly DependencyProperty BackContentProperty
Field Value
DependencyProperty
BackContentTemplateProperty
Identifies the BackContentTemplate dependency property.
Declaration
public static readonly DependencyProperty BackContentTemplateProperty
Field Value
DependencyProperty
FrontContentProperty
Identifies the FrontContent dependency property.
Declaration
public static readonly DependencyProperty FrontContentProperty
Field Value
DependencyProperty
FrontContentTemplateProperty
Identifies the FrontContentTemplate dependency property.
Declaration
public static readonly DependencyProperty FrontContentTemplateProperty
Field Value
DependencyProperty
Properties
BackContent
Gets or sets the content on the back side of the flip tile.
BackContentTemplate
Gets or sets the back content template.
Declaration
public DataTemplate BackContentTemplate { get; set; }
Property Value
DataTemplate
FrontContent
Gets or sets the content on the front side of the flip tile.
FrontContentTemplate
Gets or sets the front content template.
Declaration
public DataTemplate FrontContentTemplate { get; set; }
Property Value
DataTemplate
IsInFrontState
Gets a value indicating whether the flip tile is in its front state.
Methods
OnBackContentChanged(object, object)
A virtual callback that is invoked when the BackContent property changes.
OnFrontContentChanged(object, object)
A virtual callback that is invoked when the FrontContent property changes.
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
protected override void OnTemplateApplied()
Overrides