ImageEditActualAppearance.ScrimColor Property
Gets the scrim color that is applied to the ImageEdit. To specify this color, use the ScrimColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color ScrimColor { get; }
Property Value
Type | Description |
---|---|
Color | The scrim color. |
See Also