Output View Styling
The Output View of the AIPrompt control provides the following customization property:
-
OutputItemStyle
(Style
)—Defines the style that is to be applied to the output items.
The following example demonstrates how to modify the output items' appearance:
1. Add a Style
property with TargetType
set to AIPromptOutputItemView
as well as additional Style
properties for the various elements of each output item to the page's resources:
2. Add the RadAIPrompt
control with the above style properties applied:
Here is how the customized Output View looks: