ScrollBarBase.Opacity Property
Gets or sets the opacity level of the control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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