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

DragBoxStyle.Opacity Property

Specifies the drag box’s transparency.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(null)]
public double? Opacity { get; set; }

Property Value

Type Default Description
Nullable<Double> *null*

A double number from 0 to 1.

Remarks

This option accepts a value from 0 to 1: 0 makes the drag box transparent; 1 makes it opaque.

See Also