DxGaugeAnimationSettings.Duration Property
Specifies the duration of gauge animation.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[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