Skip to main content
A newer version of this page is available. .

TreeMapStyle.SubGroupFontWeight Property

Gets or sets the subgroup font weight.

Namespace: DevExpress.Xpf.TreeMap

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

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

Declaration

public FontWeight SubGroupFontWeight { get; set; }

Property Value

Type Description
FontWeight

The subgroup font weight.

See Also