Specifies a text curve shape

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IETextCurveShape
Public Enumeration IETextCurveShape
public enum class IETextCurveShape

Members

MemberValueDescription
None0
no curve (useful to remove a curve also created with AddTextCurvePoint)
Ellipse1
create an ellipting curve
Cosine2
create a cosine curve
Vertical3
create a vertical text
Horizontal4
create an horizontal text
Arc5
create an arc

See Also