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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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