Skip to main content

RangeControl.OutOfRangeAreaOpacity Property

Gets or sets the opacity of the viewport area out of the selected range. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Deprecated("Use OutOfRangeAreaBrush.Opacity instead", DeprecationType.Deprecate, 1U)]
public double OutOfRangeAreaOpacity { get; set; }

Property Value

Type Description
Double

A Double value.

Remarks

Note

This property is deprecated. Use the RangeControl.OutOfRangeAreaBrush.Opacity property instead.

See Also