PsdTextFrame.PathEndPoint Property

Gets the end point of the text on the path .

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float PathEndPoint { get; protected set; }

Property Value

An end point of the text on the path. 0 is the beginning of the path, 0.5 is the middle of the path, and 1 is the end of the path.

See Also

Reference