Class
RadCustomHubTile

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 HubTileBase.TitlePropertyHubTileBase.TitleTemplatePropertyHubTileBase.UpdateIntervalPropertyHubTileBase.IsFrozenPropertyHubTileBase.BackContentPropertyHubTileBase.BackContentTemplatePropertyHubTileBase.CommandPropertyHubTileBase.IsFlippedPropertyHubTileBase.CommandParameterPropertyHubTileBase.Finalize()HubTileBase.OnPointerEntered(PointerRoutedEventArgs)HubTileBase.OnPointerExited(PointerRoutedEventArgs)HubTileBase.ComposeVisualStateName()HubTileBase.Update(bool, bool)HubTileBase.UpdateIsFlipped(bool)HubTileBase.ApplyTemplateCore()HubTileBase.OnTemplateApplied()HubTileBase.OnTapped(TappedRoutedEventArgs)HubTileBase.LoadCore()HubTileBase.UnloadCore()HubTileBase.ResetTimer()HubTileBase.OnBackContentChanged(object, object)HubTileBase.OnBackStateActivated()HubTileBase.OnBackStateDeactivated()HubTileBase.OnIsFlippedChanged(bool, bool)HubTileBase.UpdateTimerState()HubTileBase.IsFlippedHubTileBase.CommandHubTileBase.CommandParameterHubTileBase.TitleHubTileBase.TitleTemplateHubTileBase.IsFrozenHubTileBase.UpdateIntervalHubTileBase.BackContentHubTileBase.BackContentTemplateHubTileBase.IsPointerOverHubTileBase.LayoutRootHubTileBase.ShouldClipHubTileBase.IsUpdateTimerNeededRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnLoaded()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

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.

Declaration

cs-api-definition
public object FrontContent { get; set; }

Property Value

object

FrontContentTemplate

Gets or sets the front content template of the custom hub tile.

Declaration

cs-api-definition
public object FrontContentTemplate { get; set; }

Property Value

object

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides HubTileBase.OnCreateAutomationPeer()