TabStylingType¶
Namespace: ThinkGeo.Core
Specifies how TAB features should be styled when drawn.
public enum TabStylingType
Inheritance object → ValueType → Enum → TabStylingType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| EmbeddedStyling | 0 | Uses the styling information embedded inside each TAB feature. |
| StandardStyling | 1 | Uses the styles attached to the instead of the embedded styling. |