Back to Devexpress

LoadingDecorator.BorderEffectColor Property

wpf-devexpress-dot-xpf-dot-core-dot-loadingdecorator-914852fe.md

latest1.3 KB
Original Source

LoadingDecorator.BorderEffectColor Property

Gets or sets the color of the LoadingDecorator‘s border highlighting effect. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public SolidColorBrush BorderEffectColor { get; set; }
vb
Public Property BorderEffectColor As SolidColorBrush

Property Value

TypeDescription
SolidColorBrush

A SolidColorBrush value that specifies the color of the LoadingDecorator‘s border highlighting effect.

|

See Also

LoadingDecorator Class

LoadingDecorator Members

DevExpress.Xpf.Core Namespace