A DisplayFilter that is applied on the layer based on the provided scale range. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.13 |
Inherits: |
Properties
Signals
Detailed Description
See also ScaleDisplayFilterDefinition::filters.
Property Documentation
The maximum scale at which this display filter is applied.
This display filter is only applied when zoomed further out than the maximum scale. Set this property to allow current scale of the map to determine when this display filter is applied. A value of 0
indicates this display filter is applied without an upper limit. The default value is 0
.
A maxScale greater than the minScale will not create a valid scale display filter.
The minimum scale at which this display filter is applied.
This display filter is only applied when zoomed further in than the minimum scale. Set this property to allow current scale of the map to determine when this display filter is applied. A value of 0
indicates this display filter is applied without a lower limit. The default value is 0
.
A maxScale greater than the minScale will not create a valid scale display filter.
Signal Documentation
Emitted when the maxScale property changes.
Note: The corresponding handler is onMaxScaleChanged
.
Emitted when the minScale property changes.
Note: The corresponding handler is onMinScaleChanged
.