ClassRadCustomHubTile
Class
Defines a hub tile with custom front and back contents and a swivel transition between them.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadCustomHubTile : HubTileBase
Inheritance: objectRadControlHubTileBaseRadCustomHubTile
Inherited Members
Constructors
RadCustomHubTile()
Initializes a new instance of the RadCustomHubTile class.
Declaration
cs-api-definition
public RadCustomHubTile()
Fields
FrontContentProperty
Identifies the FrontContent dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty FrontContentProperty
Field Value
DependencyProperty
FrontContentTemplateProperty
Identifies the FrontContentTemplate dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty FrontContentTemplateProperty
Field Value
DependencyProperty
Properties
FrontContent
Gets or sets the front content of the custom hub tile.
FrontContentTemplate
Gets or sets the front content template of the custom hub tile.
Declaration
cs-api-definition
public object FrontContentTemplate { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides