Class VectorMarkerSymbolElement
The Vector
Inheritance
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class VectorMarkerSymbolElement
Remarks
The symbol and geometry properties must create a meaningful combination to have a visual effect.
For example, a MultilayerPolygonSymbol does not draw anything if the corresponding geometry is a point, but does draw if the geometry is a polygon.
The symbol held by the VectorMarkerSymbolElement is itself a MultilayerSymbol. The geometry of the
Vector
Constructors
Name | Description |
---|---|
Vector |
Initializes a new instance of the Vector |
Properties
Name | Description |
---|---|
Geometry | Gets or sets the geometry of the vector marker symbol element. |
Symbol | Gets or sets the symbol of the Vector |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 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.5 - 200.6 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.6 |