Specifies a text curve shape
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
None | 0 |
no curve (useful to remove a curve also created with AddTextCurvePoint)
|
Ellipse | 1 |
create an ellipting curve
|
Cosine | 2 |
create a cosine curve
|
Vertical | 3 |
create a vertical text
|
Horizontal | 4 |
create an horizontal text
|
Arc | 5 |
create an arc
|