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 CardOrientation dependency property.
Declaration
public static readonly DependencyProperty CardOrientationProperty
Field Value
System.Windows.DependencyProperty
|
ImageDisplayModeProperty
Identifies the ImageDisplayMode dependency property.
Declaration
public static readonly DependencyProperty ImageDisplayModeProperty
Field Value
System.Windows.DependencyProperty
|
ImageSourceProperty
Identifies the ImageSource dependency property.
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CardOrientation
Gets or sets the layout orientation.
Declaration
public CardOrientation CardOrientation { get; set; }
Property Value
CardOrientation
|
ImageDisplayMode
Gets or sets the image display mode.
Declaration
public ImageDisplayMode ImageDisplayMode { get; set; }
Property Value
ImageDisplayMode
|
ImageSource
Gets or sets the image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
System.Windows.Media.ImageSource
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|