Class PictureMarkerSymbolLayer
A struct that implements picture marker symbol layers.
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PictureMarkerSymbolLayer : MarkerSymbolLayer, INotifyPropertyChanged
Remarks
A PictureMarkerSymbolLayer represents a symbol layer used to place a picture marker on a point geometry.
This symbol layer, in a MultilayerPointSymbol, places a picture marker at the location of the point feature. The class supports changing dimensions of the marker, specifying the image (or URI linking to the image) to use as the marker, as well as the general marker options provided by the MarkerSymbolLayerbase class.
This symbol layer is similar to the Web Scene specification's IconSymbol3DLayer, when the IconSymbol3DLayer references an image. PictureMarkerSymbolLayer is also similar to the Web Map specification's PictureMarkerSymbol. As a symbol layer, PictureMarkerSymbolLayer can be combined with other symbol layers in a MultilayerSymbol, whereas PictureMarkerSymbol cannot.
Constructors
Name | Description |
---|---|
PictureMarkerSymbolLayer(RuntimeImage) | Initializes a new instance of the PictureMarkerSymbolLayer class from a RuntimeImage. |
PictureMarkerSymbolLayer(Uri) | Initializes a new instance of the PictureMarkerSymbolLayer class from a RuntimeImage. |
Properties
Name | Description |
---|---|
Image | Gets the image of a picture marker symbol layer. |
TintColor | Gets or sets the tint color of a picture marker symbol layer. |
Uri | Gets the Uri of a picture marker symbol layer. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.5 - 200.5 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.5 |