ShimmerView.WaveBackgroundOpacity Property
In This Article
Gets or sets wave background opacity. A value from 0 to 1. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public double WaveBackgroundOpacity { get; set; }
#Property Value
Type | Description |
---|---|
Double | A value that specifies opacity. |
See Also