Class SlideControl
Inheritance
System.Object
SlideControl
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class SlideControl : RadControl
Constructors
Fields
Declaration
public static readonly DependencyProperty BottomContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BottomContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ExpandedStateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TopContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TopContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public object BottomContent { get; set; }
Property Value
Declaration
public DataTemplate BottomContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public SlideTileExpandedState ExpandedState { get; set; }
Property Value
Declaration
public object TopContent { get; set; }
Property Value
Declaration
public DataTemplate TopContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Methods
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods