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

In This Topic
    LegendItemArrangement Enumeration
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also