Skip to main content

CardRowIndicatorElement(CardHorizontalAlignment, Int32) Constructor

Initializes a new instance of the CardRowIndicatorElement class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CardRowIndicatorElement(
    CardHorizontalAlignment horizontalAlignment,
    int size
)

Parameters

Name Type Description
horizontalAlignment CardHorizontalAlignment

A CardHorizontalAlignment value that specifies the horizontal alignment of a visual element within a card layout row.

size Int32

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

See Also