Skip to main content

CardRowIndicatorElement.Size Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
Int32 16

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

See Also