Skip to main content

DragBoxStyle.Opacity Property

Specifies the drag box’s transparency.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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