AIChatControl.CornerRadius Property
Gets or sets the corner radius of the AI Chat Control border. 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 |
|---|---|
| CornerRadius | A |
Remarks
Use BorderBrush and BorderThickness properties to customize chat control border appearance. To round chat control corners, specify the CornerRadius property.

<dxaichat:AIChatControl x:Name="aiChatControl"
BorderBrush="ForestGreen"
BorderThickness="5"
CornerRadius="20">
</dxaichat:AIChatControl>
Refer to the following help topic for additional information: AI Chat Control - Change Border Appearance
See Also