ShimmerView.WaveAngle Property
In This Article
Gets or sets the shimmer wave rotation angle in degrees (clockwise). Use a numeric value to specify the angle. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public double WaveAngle { get; set; }
#Property Value
Type | Description |
---|---|
Double | A numeric value that specifies a rotation angle. |
See Also