forked from Esri/arcgis-pro-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
ProGuide Label Controls
arcgisprosdk edited this page Apr 21, 2015
·
1 revision
Language: C# and Visual Basic
Subject: Framework
Contributor: ArcGIS Pro SDK Team <[email protected]>
Organization: Esri, http://www.esri.com
Date: 10\29\2014
ArcGIS Pro: 1.1 (Beta)
Visual Studio: 2013
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>
<labelControl refID="esri_mapping_labelClassNameLabel" size="small"/>
</group>
</groups>
<controls>
<labelControl id="esri_mapping_labelClassNameLabel" caption="Class" />
</controls>
ArcGIS Pro 1.1 SDK for Microsoft .NET Framework (Beta)
[Home](Home) | ArcGIS Pro SDK | API Reference | [Requirements](Home#requirements) | [Download](Home#download) | Samples###Developing with ArcGIS Pro
- Requirements
- Download
- Installing ArcGIS Pro SDK
- Getting started
- ArcGIS Pro API
- Release notes
- Resources
###Add-in Fundamentals
- Pro Guide: Your first add-in
- ProConcept: Localization
- ProGuide: Digitally signed add-ins
- ProGuide: Content and Image Resources
###Framework
Customization
- ProGuide: The Ribbon, Tabs and Groups
- ProGuide: Buttons
- ProGuide: Label Controls
- ProGuide: Checkboxes
- ProGuide: Edit Boxes
- ProGuide: Combo Boxes
- ProGuide: Palettes and Split Buttons
- ProGuide: Galleries
- ProGuide: Dockpanes
- ProGuide: Code Your Own States and Conditions
###Reference