New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class ImageCard : Card

Inheritance: objectCardImageCard

Derived Classes: ProductCardWeatherCard

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

Constructors

C#
public ImageCard()

Fields

CardOrientationProperty

DependencyProperty

Identifies the CardOrientation dependency property.

C#
public static readonly DependencyProperty CardOrientationProperty

ImageDisplayModeProperty

DependencyProperty

Identifies the ImageDisplayMode dependency property.

C#
public static readonly DependencyProperty ImageDisplayModeProperty

ImageSourceProperty

DependencyProperty

Identifies the ImageSource dependency property.

C#
public static readonly DependencyProperty ImageSourceProperty

Properties

Gets or sets the layout orientation.

C#
public CardOrientation CardOrientation { get; set; }

Gets or sets the image display mode.

C#
public ImageDisplayMode ImageDisplayMode { get; set; }

ImageSource

ImageSource

Gets or sets the image source.

C#
public ImageSource ImageSource { get; set; }

Methods

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Overrides: Card.OnCreateAutomationPeer()

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Overrides: Card.OnInitialized(EventArgs)