ClassImageCard
Represents a card control that is used to display image messages.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
public class ImageCard : Card
Inheritance: objectCardImageCard
Derived Classes:
Inherited Members
Constructors
ImageCard()
Declaration
public ImageCard()
Fields
CardOrientationProperty
Identifies the CardOrientation dependency property.
Declaration
public static readonly DependencyProperty CardOrientationProperty
Field Value
DependencyProperty
ImageDisplayModeProperty
Identifies the ImageDisplayMode dependency property.
Declaration
public static readonly DependencyProperty ImageDisplayModeProperty
Field Value
DependencyProperty
ImageSourceProperty
Identifies the ImageSource dependency property.
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
DependencyProperty
Properties
CardOrientation
Gets or sets the layout orientation.
Declaration
public CardOrientation CardOrientation { get; set; }
Property Value
ImageDisplayMode
Gets or sets the image display mode.
Declaration
public ImageDisplayMode ImageDisplayMode { get; set; }
Property Value
ImageSource
Gets or sets the image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
Overrides