ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / LegendItemArrangement Enumeration

LegendItemArrangement Enumeration
A list of legend item arrangement options.
Syntax
Members
MemberDescription
DescriptionLabelPatch Display description, label, then patch.
DescriptionPatchLabel Display description, patch, then label.
LabelDescriptionPatch Display label, description, then patch.
LabelPatchDescription Display label, patch, then description.
PatchDescriptionLabel display patch, description, then label.
PatchLabelDescription Display patch, label, then description.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.LegendItemArrangement

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also