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

MapLegendBase.HeaderStyle Property

Provides access to the style settings of the legend header.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public TextElementStyle HeaderStyle { get; }

Property Value

Type Description
TextElementStyle

A TextElementStyle object that contains style settings to customize the legend header.

See Also