Skip to main content

LineAnimationParams(Int32, Int32, Int32) Constructor

Initializes a new instance of the LineAnimationParams class with specified settings.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LineAnimationParams(
    int pointCount,
    int pointSize,
    int indent
)

Parameters

Name Type Description
pointCount Int32

The number of dots.

pointSize Int32

The dot size.

indent Int32

The distance between dots.

See Also