Class
Card

Represents a basic card control.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class Card : Control

Inheritance: objectCard

Derived Classes: ImageCard

Constructors

Card()

Declaration

cs-api-definition
public Card()

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.

Declaration

cs-api-definition
public string SubTitle { get; set; }

Property Value

string

Text

Gets or sets the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Title

Gets or sets the text.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs