Class ToolbarPosition
Represents the alignment position of the toolbar in the input textbox of the SfAIAssistView control.
Inheritance
System.Object
ToolbarPosition
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.Chat.WinUI.dll
Syntax
public sealed class ToolbarPosition : Enum
Fields
Left
Sets the toolbar to the left side of the input textbox.
Declaration
public const ToolbarPosition Left
Field Value
Type |
---|
ToolbarPosition |
Right
Sets the toolbar to the right side of the input textbox.
Declaration
public const ToolbarPosition Right
Field Value
Type |
---|
ToolbarPosition |