VectorGraphicEngineLayers Property |
The layers of the vector graphic. The values are dynamically generated during the rebuild process.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic IReadOnlyList<VectorGraphicLayer> Layers { get; }
Property Value
IReadOnlyListVectorGraphicLayer
See Also