Back to Devexpress

ButtonInfoBase.Foreground Property

wpf-devexpress-dot-xpf-dot-editors-dot-buttoninfobase-d983cb82.md

latest1.1 KB
Original Source

ButtonInfoBase.Foreground Property

Gets or sets the brush used to paint the foreground of ButtonEdit. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Brush Foreground { get; set; }
vb
Public Property Foreground As Brush

Property Value

TypeDescription
Brush

A Brush value.

|

See Also

ButtonInfoBase Class

ButtonInfoBase Members

DevExpress.Xpf.Editors Namespace