Skip to main content
All docs
V20.1

TreeMapItem.OpacityMask Property

Gets or sets the opacity mask of the current tree map item.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

[Browsable(false)]
public Brush OpacityMask { get; }

Property Value

Type Description
Brush

A Brush class descendant object representing the opacity mask.

See Also