Click or drag to resize

VectorGraphicLayerPaths Property

The read-only paths in this layer.

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

Property Value

IReadOnlyListVectorGraphicPath
See Also