ArcGIS Pro DAML Schema
CT_LabelControl Complex Type
ArcGIS Pro DAML Schema : CT_LabelControl Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
CT_LabelControl Complex Type
Overview
caption required ST_String Simple Type
hasTwoLines optional xs:boolean
Used By
labelControl Element
Attributes
NameTypeUseDefaultFixedDescription
idST_UniqueID Simple Typerequired   
captionST_String Simple Typerequired   
hasTwoLinesxs:booleanoptionaltrue  
Source
<xs:complexType name="CT_LabelControl" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:attribute name="id" type="ST_UniqueID" use="required" />
  <xs:attribute name="caption" type="ST_String" use="required" />
  <xs:attribute name="hasTwoLines" type="xs:boolean" use="optional" default="true" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema