Class CardOrientation
Represents the different types of card layout orientation.
Inheritance
System.Object
CardOrientation
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public sealed class CardOrientation : Enum
Fields
Landscape
Represents Landscape (horizontal) orientation.
Declaration
public const CardOrientation Landscape
Field Value
CardOrientation
|
Portrait
Represents Portrait (vertical) orientation.
Declaration
public const CardOrientation Portrait
Field Value
CardOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|