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

ScrollBarBase.Opacity Property

Gets or sets the opacity level of the control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(1F)]
public float Opacity { get; set; }

Property Value

Type Default Description
Single 1

A Single value that specifies the opacity level of the control. The default is 1.

Remarks

The Opacity property specifies the control opacity level. 0 corresponds to full transparency, 1 corresponds to full opacity.

See Also