Input View Styling
The Input View of the AIPrompt control provides the following customization properties:
-
InputEditorStyle
(Style
)—Defines the style that is to be applied to the input editor. -
InputButtonStyle
(Style
)—Defines he style that is to be applied to the input button for generating the AI response.
The following example demonstrates how to modify the editor and the input button appearance:
1. Add Style
properties with TargetType
set to Editor
for the input editor and RadTemplatedButton
for the input button to the page's resources:
2. Add the RadAIPrompt
control with InputEditorStyle
and InputButtonStyle
properties applied:
Here is how the customized Input View looks: