AIChatControl.InputForeground Property
Gets or sets the foreground brush of the input area text. This is a dependency property.
Namespace: DevExpress.AIIntegration.Wpf.Chat
Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll
NuGet Package: DevExpress.AIIntegration.Wpf.Chat
Declaration
Property Value
| Type | Description |
|---|---|
| Brush | A |
Remarks
Use the InputForeground property to specify the text color of the input area (the prompt input box and the surrounding submit area).
Example
The following example sets the text color of the input area:
<dxaichat:AIChatControl x:Name="aiChatControl"
InputForeground="#FF102A43" />

Refer to the following help topic for additional information: AI Chat Control
See Also