Back to Devexpress

TextEditBase.NullTextForeground Property

wpf-devexpress-dot-xpf-dot-editors-dot-texteditbase-81b268b1.md

latest1.2 KB
Original Source

TextEditBase.NullTextForeground Property

Gets or sets the brush used to paint the foreground of null text. 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 NullTextForeground { get; set; }
vb
Public Property NullTextForeground As Brush

Property Value

TypeDescription
Brush

A Brush object that represents the brush used to paint the foreground of null text.

|

See Also

NullText

TextEditBase Class

TextEditBase Members

DevExpress.Xpf.Editors Namespace