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 : EnumFields
Left
Sets the toolbar to the left side of the input textbox.
Declaration
public const ToolbarPosition LeftField Value
| Type | 
|---|
| ToolbarPosition | 
Right
Sets the toolbar to the right side of the input textbox.
Declaration
public const ToolbarPosition RightField Value
| Type | 
|---|
| ToolbarPosition |