Class Card
Inheritance
System.Object
Card
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class Card : Control
Constructors
Card()
Declaration
public Card()
Fields
ActionResultsOrientationProperty
Declaration
public static readonly DependencyProperty ActionResultsOrientationProperty
Field Value
Microsoft.
|
SubTitleProperty
Declaration
public static readonly DependencyProperty SubTitleProperty
Field Value
Microsoft.
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Microsoft.
|
TitleProperty
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
Microsoft.
|
Properties
ActionResultsOrientation
Declaration
public Orientation ActionResultsOrientation { get; set; }
Property Value
Microsoft.
|
SubTitle
Declaration
public string SubTitle { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Title
Declaration
public string Title { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|