Share via


ITextElement.TextColor Property

Definition

Gets the color of the text.

public:
 property Microsoft::Maui::Graphics::Color ^ TextColor { Microsoft::Maui::Graphics::Color ^ get(); };
public Microsoft.Maui.Graphics.Color TextColor { get; }
member this.TextColor : Microsoft.Maui.Graphics.Color
Public ReadOnly Property TextColor As Color

Property Value

The Color of the text. The default value depends on the implementing control.

Remarks

Implementors should implement this property publicly.

Applies to