Skip to main content
All docs
V23.2

LegendBase.Font Property

Gets or sets the legend text font.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public Font Font { get; set; }

Property Value

Type Description
Font

The font that is applied to legend item text.

See Also