LoadingDecorator.BorderEffect Property
In This Article
Gets or sets the LoadingDecorator‘s border highlighting effect. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public BorderEffect BorderEffect { get; set; }
#Property Value
Type | Description |
---|---|
Border |
An DevExpress. The default is Border |
Available values:
Name | Description |
---|---|
Default | The default highlighting border effect which depends on a paint theme. |
None | No border highlighting effect. |
See Also