Skip to main content
All docs
V26.1
  • DxGaugeAnimationSettings.Duration Property

    Specifies the duration of gauge animation.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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 additional information and an example.

    See Also