Skip to main content

CardRowIndicatorElement(Int32) Constructor

Initializes a new instance of the CardRowIndicatorElement class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public CardRowIndicatorElement(
    int size
)

Parameters

Name Type Description
size Int32

An integer value that specifies the size (or height) of the indicator in pixels.

See Also