SplineType¶
Namespace: ThinkGeo.Core
This enumeration represents the spline type for labeling.
public enum SplineType
Inheritance object → ValueType → Enum → SplineType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Default SplineType provided in PositionStyle. |
| None | 1 | This SplineType will label the text in a line type without any spling effects, this kinds of type will gain |
| better performance compare to StandardSplining. | ||
| StandardSplining | 2 | This SplineType will label the text in a standard Spline way, it will have much better outlook in some situations |
| while it will lose slightly some performance. | ||
| ForceSplining | 3 | This SplineType will force the labe text using Spline way, otherwise the label won't display.Usually it is just used for Asian languages |
| like Chinese or Japanese. |