Click or drag to resize

VectorGraphicFillingProfileFillingPaths Property

List of paths used for filling. Will be filled automatically for Embed. If filled manually, make sure FilePath is not set. It will be overwritten otherwise.

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

Property Value

IListVectorGraphicPath
See Also