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