Text.WrappingPaths Property

Gets the collection of paths to wrap the text around.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual Collection<Path> WrappingPaths { get; }

Property Value

Paths to wrap around.

Remarks

Text will be wrapped around all paths that are in the collection.

See Also

Reference