Class
FlipControl

Represents a control that has a front and back content and can go to either content through a Flip transition (that is a PlaneProjection animation).

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives.HubTile

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class FlipControl : RadControl

Inheritance: objectRadControlFlipControl

Inherited Members RadControl.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.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

FlipControl()

Initializes a new instance of the FlipControl class.

Declaration

cs-api-definition
public FlipControl()

Fields

BackContentProperty

Identifies the FrontContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BackContentProperty

Field Value

DependencyProperty

BackContentTemplateProperty

Identifies the BackContentTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BackContentTemplateProperty

Field Value

DependencyProperty

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

IsFlippedProperty

Identifies the IsFlipped dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsFlippedProperty

Field Value

DependencyProperty

Properties

BackContent

Gets or sets the content on the back side of the flip tile. Test row.

Declaration

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

Property Value

object

BackContentTemplate

Gets or sets the back content template.

Declaration

cs-api-definition
public DataTemplate BackContentTemplate { get; set; }

Property Value

DataTemplate

FrontContent

Gets or sets the content on the front side of the flip tile.

Declaration

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

Property Value

object

FrontContentTemplate

Gets or sets the front content template.

Declaration

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

Property Value

DataTemplate

IsFlipped

Gets or sets a value indicating whether the control is flipped.

Declaration

cs-api-definition
public bool IsFlipped { get; set; }

Property Value

bool

Methods

ComposeVisualStateName()

Builds the current visual state for this instance.

Declaration

cs-api-definition
protected override string ComposeVisualStateName()

Returns

string

Overrides RadControl.ComposeVisualStateName()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides RadControl.OnCreateAutomationPeer()