Class RadCustomHubTile
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadCustomHubTile : HubTileBase
Constructors
RadCustomHubTile()
Declaration
public RadCustomHubTile()
Fields
FrontContentProperty
Declaration
public static readonly DependencyProperty FrontContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
FrontContentTemplateProperty
Declaration
public static readonly DependencyProperty FrontContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
FrontContent
Declaration
public object FrontContent { get; set; }
Property Value
|
System.Object
|
FrontContentTemplate
Declaration
public object FrontContentTemplate { get; set; }
Property Value
|
System.Object
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|