Class
ImageCard

Represents a card control that is used to display image messages.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class ImageCard : Card

Inheritance: objectCardImageCard

Derived Classes: ProductCardWeatherCard

Inherited Members Card.TitlePropertyCard.SubTitlePropertyCard.TextPropertyCard.ActionResultsOrientationPropertyCard.OnApplyTemplate()Card.TitleCard.SubTitleCard.TextCard.ActionResultsOrientation

Constructors

ImageCard()

Declaration

cs-api-definition
public ImageCard()

Fields

CardOrientationProperty

Identifies the CardOrientation dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CardOrientationProperty

Field Value

DependencyProperty

ImageDisplayModeProperty

Identifies the ImageDisplayMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ImageDisplayModeProperty

Field Value

DependencyProperty

ImageSourceProperty

Identifies the ImageSource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ImageSourceProperty

Field Value

DependencyProperty

Properties

CardOrientation

Gets or sets the layout orientation.

Declaration

cs-api-definition
public CardOrientation CardOrientation { get; set; }

Property Value

CardOrientation

ImageDisplayMode

Gets or sets the image display mode.

Declaration

cs-api-definition
public ImageDisplayMode ImageDisplayMode { get; set; }

Property Value

ImageDisplayMode

ImageSource

Gets or sets the image source.

Declaration

cs-api-definition
public ImageSource ImageSource { get; set; }

Property Value

ImageSource

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides Card.OnCreateAutomationPeer()

OnInitialized(EventArgs)

Declaration

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

Parameters

e

EventArgs

Overrides Card.OnInitialized(EventArgs)