Class
SlideControl

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:

cs-api-definition
public class SlideControl : RadControl

Inheritance: objectRadControlSlideControl

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

SlideControl()

Initializes a new instance of the SlideControl class.

Declaration

cs-api-definition
public SlideControl()

Fields

BottomContentProperty

Identifies the BottomContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BottomContentProperty

Field Value

DependencyProperty

BottomContentTemplateProperty

Identifies the BottomContentTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BottomContentTemplateProperty

Field Value

DependencyProperty

ExpandedStateProperty

Identifies the ExpandedState dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ExpandedStateProperty

Field Value

DependencyProperty

TopContentProperty

Identifies the TopContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TopContentProperty

Field Value

DependencyProperty

TopContentTemplateProperty

Identifies the TopContentTemplate dependency property.

Declaration

cs-api-definition
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.

Declaration

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

Property Value

object

BottomContentTemplate

Gets or sets the DataTemplate that defines the appearance of the BottomContent value.

Declaration

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

Property Value

DataTemplate

ExpandedState

Gets or sets the expanded state of the control.

Declaration

cs-api-definition
public SlideTileExpandedState ExpandedState { get; set; }

Property Value

SlideTileExpandedState

TopContent

Gets or sets the front content of the tile. Typically this will be a picture but it may be any arbitrary content.

Declaration

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

Property Value

object

TopContentTemplate

Gets or sets the DataTemplate that defines the appearance of the TopContent value.

Declaration

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

Property Value

DataTemplate

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()