Class SuggestionsOrientation
Defines constants that specify the available orientations for the suggestion control.
Inheritance
System.Object
SuggestionsOrientation
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public sealed class SuggestionsOrientation : Enum
Fields
Horizontal
Specifies that the suggestion items should be horizontally aligned.
Declaration
public const SuggestionsOrientation Horizontal
Field Value
Vertical
Specifies that the suggestion items should be vertically aligned.
Declaration
public const SuggestionsOrientation Vertical