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.v22.2.Core.dll

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

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