ClassSlideControl
Represents a control, used by RadSlideHubTile to display two different contents with a slide transition.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives.HubTile
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class SlideControl : RadControl
Inheritance: objectRadControlSlideControl
Inherited Members
Constructors
SlideControl()
Initializes a new instance of the SlideControl class.
Declaration
public SlideControl()
Fields
BottomContentProperty
Identifies the BottomContent dependency property.
Declaration
public static readonly DependencyProperty BottomContentProperty
Field Value
DependencyProperty
BottomContentTemplateProperty
Identifies the BottomContentTemplate dependency property.
Declaration
public static readonly DependencyProperty BottomContentTemplateProperty
Field Value
DependencyProperty
ExpandedStateProperty
Identifies the ExpandedState dependency property.
Declaration
public static readonly DependencyProperty ExpandedStateProperty
Field Value
DependencyProperty
TopContentProperty
Identifies the TopContent dependency property.
Declaration
public static readonly DependencyProperty TopContentProperty
Field Value
DependencyProperty
TopContentTemplateProperty
Identifies the TopContentTemplate dependency property.
Declaration
public static readonly DependencyProperty TopContentTemplateProperty
Field Value
DependencyProperty
Properties
BottomContent
Gets or sets the front content of the tile. Typically this will be a picture but it may be any arbitrary content.
BottomContentTemplate
Gets or sets the DataTemplate that defines the appearance of the BottomContent value.
Declaration
public DataTemplate BottomContentTemplate { get; set; }
Property Value
DataTemplate
ExpandedState
Gets or sets the expanded state of the control.
Declaration
public SlideTileExpandedState ExpandedState { get; set; }
Property Value
TopContent
Gets or sets the front content of the tile. Typically this will be a picture but it may be any arbitrary content.
TopContentTemplate
Gets or sets the DataTemplate that defines the appearance of the TopContent value.
Declaration
public DataTemplate TopContentTemplate { 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