Skip to main content
All docs
V20.1

TreeMapItem.FontWeight Property

Returns the tree map item’s font weight.

Namespace: DevExpress.Xpf.TreeMap

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

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

Declaration

[Browsable(false)]
public FontWeight FontWeight { get; }

Property Value

Type Description
FontWeight

The tree map item’s font weight.

See Also