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