ShimmerView.WaveOpacity Property
In This Article
Gets or sets shimmer wave 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 WaveOpacity { get; set; }
#Property Value
Type | Description |
---|---|
Double | A value that specifies opacity. |
See Also