InputView.PlaceholderColor Property

Definition

Gets or sets the color of the placeholder text.

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

Property Value

The color of the placeholder text.

Implements

Applies to