BorderEffect Enum
Contains values that specify the border highlighting effect for a DXWindow.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Default
|
The default highlighting border effect which depends on a paint theme. |
None
|
No border highlighting effect. |
Related API Members
The following properties accept/return BorderEffect values:
Remarks
Use the DXWindow.BorderEffect property to apply a border highlighting effect to a DXWindow.
See Also