Back to Devexpress

SizeLegendType Enum

windowsforms-devexpress-dot-xtramap-9a7b5c8b.md

latest1.2 KB
Original Source

SizeLegendType Enum

Lists the values that specify the types of size legends.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum SizeLegendType
vb
Public Enum SizeLegendType

Members

NameDescription
Inline

Legend items are placed in line.

| | Nested |

Legend items are placed nested one into another.

|

The following properties accept/return SizeLegendType values:

Remarks

Values listed by the SizeLegendType enumeration are used to set the SizeLegend.Type property.

See Also

DevExpress.XtraMap Namespace