Skip to content

ProGuide Label Controls

UmaHarano edited this page Nov 6, 2024 · 21 revisions
Language:      C#
Subject:       Framework
Contributor:   ArcGIS Pro SDK Team <[email protected]>
Organization:  Esri, http://www.esri.com
Date:          10/06/2024
ArcGIS Pro:    3.4
Visual Studio: 2022

Labels are declared in DAML using the labelControl element within the controls container.

A label is declared using the id and caption attributes. You can also specify the largeImage and smallImage attributes if your label is to have an image associated with it.

Labels are declarative only; they do not have a class implementation.

The label is referenced on a group using the labelControl element with the refID attribute.

<groups>
   <group id="LabelGroup" caption="Group 1">
      <labelControl refID="esri_mapping_labelClassNameLabel"/>
   </group>
</groups>

<controls>    
   <labelControl id="esri_mapping_labelClassNameLabel" caption="Class" />      
</controls>    

Developing with ArcGIS Pro

    Migration


Framework

    Add-ins

    Configurations

    Customization

    Styling


Arcade


Content


CoreHost


DataReviewer


Editing


Geodatabase

    3D Analyst Data

    Plugin Datasources

    Topology

    Linear Referencing

    Object Model Diagram


Geometry

    Relational Operations


Geoprocessing


Knowledge Graph


Layouts

    Reports


Map Authoring

    3D Analyst

    CIM

    Graphics

    Scene

    Stream

    Voxel


Map Exploration

    Map Tools


Networks

    Network Diagrams


Parcel Fabric


Raster


Sharing


Tasks


Workflow Manager Classic


Workflow Manager


Reference

Clone this wiki locally