DxGaugeAnimationSettings.Duration Property
In This Article
Specifies the duration of gauge animation.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(1000)]
[Parameter]
public int Duration { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 1000 | Animation duration in milliseconds. |
#Remarks
Refer to the DxGaugeAnimationSettings class description for more information and an example.
See Also