ClassFlipControl
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:
public class FlipControl : RadControl
Inheritance: objectRadControlFlipControl
Inherited Members
Constructors
FlipControl()
Initializes a new instance of the FlipControl class.
Declaration
public FlipControl()
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
IsFlippedProperty
Identifies the IsFlipped dependency property.
Declaration
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.
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
Methods
ComposeVisualStateName()
Builds the current visual state for this instance.
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides