Skip to main content
A newer version of this page is available. .

CardRowIndicatorElement.Size Property

Gets or sets the size (or height) of the indicator in pixels.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(12)]
public int Size { get; set; }

Property Value

Type Default Description
Int32 12

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

See Also