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

DashboardDesignerLayoutSettings.DragDropIndicatorAlphaLevel Property

Gets or sets the transparency level for the drag/drop indicator.

Namespace: DevExpress.DashboardWin

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

Declaration

public static int DragDropIndicatorAlphaLevel { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the transparency level (0 to 255) for the drag/drop indicator.

See Also