Skip to main content

ClipboardValueInfo.Foreground Property

Gets or sets a brush that paints the element’s foreground.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public Brush Foreground { get; set; }

#Property Value

Type Description
Brush

A brush that paints the element’s foreground.

See Also