PathTextFrame.Flip Property

Gets or sets a value that indicates whether the text should be drawn either above the path, or below the path, mirrored.

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

Syntax

C#
public bool Flip { get; set; }

Property Value

true if text is flipped; otherwise, false. The default value is false.

See Also

Reference