Skip to main content

ScrollBarBase.Opacity Property

Gets or sets the opacity level of the control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(1F)]
[DXCategory("Appearance")]
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