Class ImageDisplayMode
Represents the image sizing display modes for ImageCards.
Inheritance
System.Object
ImageDisplayMode
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public sealed class ImageDisplayMode : Enum
Fields
Stretch
The image is stretched.
Declaration
public const ImageDisplayMode Stretch
Field Value
ImageDisplayMode
|
Thumbnail
The image is presented as a thumbnail.
Declaration
public const ImageDisplayMode Thumbnail
Field Value
ImageDisplayMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|