ClassCard
Class
Represents a basic card control.
Definition
Namespace:Telerik.UI.Xaml.Controls.ConversationalUI
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class Card : Control
Inheritance: objectCard
Derived Classes:
Constructors
Fields
ActionResultsOrientationProperty
Identifies the ActionResultsOrientation dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ActionResultsOrientationProperty
Field Value
DependencyProperty
SubTitleProperty
Identifies the SubTitle dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty SubTitleProperty
Field Value
DependencyProperty
TextProperty
Identifies the Text dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty TextProperty
Field Value
DependencyProperty
TitleProperty
Identifies the Title dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty TitleProperty
Field Value
DependencyProperty
Properties
ActionResultsOrientation
Gets or sets the orientation of action results list.
Declaration
cs-api-definition
public Orientation ActionResultsOrientation { get; set; }
Property Value
Orientation
SubTitle
Gets or sets the subtitle.
Text
Gets or sets the text.
Methods
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer