BasAnnotationTextStylingType¶
Namespace: ThinkGeo.Core
Specifies whether annotation text uses a predefined styling or custom values read from the BAS file.
public enum BasAnnotationTextStylingType
Inheritance object → ValueType → Enum → BasAnnotationTextStylingType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 2 | Uses and matches the legacy data defaults. |
| CustomStyling | 1 | Uses styling properties retrieved from the record instead of defaults. |
| StandardStyling | 2 | Uses the standard Tobin BAS styling when custom attributes are not provided. |