VectorMarkerSymbolLayer QML Type

  • Esri.ArcGISRuntime
  • VectorMarkerSymbolLayer
  • Vector Marker symbol layer represents a marker comprising vector graphics. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.5
    Inherits:

    MarkerSymbolLayer

    Properties

    Detailed Description

    A Vector Marker symbol layer consists of a list of vector marker symbol elements. Each vector marker symbol element can have a symbol and geometry.

    If a Vector Marker symbol layer is the only layer in the symbol, then this symbol layer places a vector marker at the location of the point feature.

    This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.

    TypeDefault Property
    VectorMarkerSymbolElementvectorMarkerSymbolElements (appends to model)

    Property Documentation

    [read-only] vectorMarkerSymbolElements : VectorMarkerSymbolElementListModel

    Returns a list of VectorMarkerSymbolElement as a modifiable list model.

    The default value is an empty collection. An empty collection of elements renders nothing. If not empty, the returned collection contains the component elements of the vector marker.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.