Back to Devexpress

SizeLegend.Type Property

windowsforms-devexpress-dot-xtramap-dot-sizelegend.md

latest1.4 KB
Original Source

SizeLegend.Type Property

Specifies the type of a Size legend.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(SizeLegendType.Inline)]
public SizeLegendType Type { get; set; }
vb
<DefaultValue(SizeLegendType.Inline)>
Public Property Type As SizeLegendType

Property Value

TypeDefaultDescription
SizeLegendTypeInline

A SizeLegendType enumeration value.

|

Available values:

NameDescription
Inline

Legend items are placed in line.

| | Nested |

Legend items are placed nested one into another.

|

See Also

SizeLegend Class

SizeLegend Members

DevExpress.XtraMap Namespace