Label.TextColor Property

Definition

Gets or sets the Color for the text of this Label. This is a bindable property.

public:
 property Microsoft::Maui::Graphics::Color ^ TextColor { Microsoft::Maui::Graphics::Color ^ get(); void set(Microsoft::Maui::Graphics::Color ^ value); };
public Microsoft.Maui.Graphics.Color TextColor { get; set; }
member this.TextColor : Microsoft.Maui.Graphics.Color with get, set
Public Property TextColor As Color

Property Value

The Color value.

Applies to