Class ImageCard
Represents a card control that is used to display image messages.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class ImageCard : Card
Constructors
ImageCard()
Declaration
public ImageCard()
Fields
CardOrientationProperty
Identifies the Card
Declaration
public static readonly DependencyProperty CardOrientationProperty
Field Value
System.
|
ImageDisplayModeProperty
Identifies the Image
Declaration
public static readonly DependencyProperty ImageDisplayModeProperty
Field Value
System.
|
ImageSourceProperty
Identifies the Image
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
System.
|
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
System.
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|