Class MultilayerSymbol
A base class for multilayer symbols. Multilayer symbols are built from multiple layers of symbols, which combine to let you add complex symbols to maps and scenes.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class MultilayerSymbol : Symbol, INotifyPropertyChanged
Remarks
Multilayer symbols can be returned from feature layers based on web maps, feature services
(with Use Advanced Symbology set to true
), or mobile map packages. They can also be created
from JSON by calling From
The symbol layers that comprise the symbol can be of different types. For example, a polyline geometry may be
drawn with a Multilayer
If you create a multilayer symbol from a collection of Symbol
Properties
Name | Description |
---|---|
Color | Gets or sets the consensus color of all layers in the symbol (excluding those that are color-locked). |
Reference |
Gets or sets the reference properties for this symbol. |
Symbol |
Gets the symbol layers of the multilayer symbol. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |