2 implementations of PlaceholderColor
Microsoft.Maui.Controls (2)
InputView\InputView.cs (1)
122
public Color
PlaceholderColor
Shell\SearchHandler.cs (1)
246
public Color
PlaceholderColor
2 references to PlaceholderColor
Microsoft.Maui.Controls (2)
PlaceholderElement.cs (2)
12
/// <summary>Bindable property for <see cref="IPlaceholderElement.
PlaceholderColor
"/>.</summary>
14
BindableProperty.Create(nameof(IPlaceholderElement.
PlaceholderColor
), typeof(Color), typeof(IPlaceholderElement), default(Color));