Drawing information about a sublayer of map or feature service. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- labelingInfos : list<LabelingInfo>
- renderer : Renderer
- scaleSymbols : bool
- showLabels : bool
- transparency : double
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
labelingInfos : list<LabelingInfo> |
Returns a list of LabelingInfo objects representing the labeling information associated with the sublayer (read-only).
renderer : Renderer |
Returns the renderer applied to the service layer (read-only).
Whether the sublayer renders its symbols based on scale (read-only).
A value of false
means the symbols stay the same size in screen units regardless of the map scale.
The default value is false
.
Returns the transparency of this layer as a value between 0 (fully opaque) and 100 (fully transparent) (read-only).