TextBlockForeground Property

Gets or sets the brush used to draw the control's text and other foreground elements.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IBrush? Foreground { get; set; }

Property Value

IBrush

See Also