Class FlipControl
Inheritance
System.Object
FlipControl
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class FlipControl : RadControl
Constructors
Fields
Declaration
public static readonly DependencyProperty BackContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BackContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FrontContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FrontContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsFlippedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public object BackContent { get; set; }
Property Value
Declaration
public DataTemplate BackContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public object FrontContent { get; set; }
Property Value
Declaration
public DataTemplate FrontContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public bool IsFlipped { get; set; }
Property Value
Methods
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods