ICanvas.FontColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the font color when drawing text.
public:
property Microsoft::Maui::Graphics::Color ^ FontColor { void set(Microsoft::Maui::Graphics::Color ^ value); };
public Microsoft.Maui.Graphics.Color FontColor { set; }
member this.FontColor : Microsoft.Maui.Graphics.Color
Public Property FontColor As Color