Click or drag to resize

VectorGraphicEngineLayers Property

The layers of the vector graphic. The values are dynamically generated during the rebuild process.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public IReadOnlyList<VectorGraphicLayer> Layers { get; }

Property Value

IReadOnlyListVectorGraphicLayer
See Also