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.FillingAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic IList<VectorGraphicPath> FillingPaths { get; set; }
Property Value
IListVectorGraphicPath
See Also