EditBase.PlaceholderColor Property
In This Article
Specifies the placeholder color.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public Color PlaceholderColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | Text color |
See Also