LabelingInfo QML Type
Labeling information about a sublayer of a map service or feature service. More...
Import Statement: | import Esri.ArcGISRuntime 100.9 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- labelExpression : string
- labelPlacement : Enums.LabelingPlacement
- maxScale : double
- minScale : double
- symbol : TextSymbol
- useCodedValues : bool
- where : string
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
Returns the expression that specifies what text is drawn in the label (read-only).
Returns the placement of the label (read-only).
See also Enums.LabelingPlacement.
symbol : TextSymbol |
Returns the symbol that is used for this label class (read-only).
Returns the where claused used to determine which labels appear (read-only).
Only features that satisfy the where clause will display labels.