Back to Devexpress

SizeLegendType Enum

wpf-devexpress-dot-xpf-dot-map-eaec4b62.md

latest1.2 KB
Original Source

SizeLegendType Enum

Lists the values that specify the types of size legends.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.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.Xpf.Map Namespace