MaskType¶
Namespace: ThinkGeo.Core
Defines the shape used when applying text masks or halos.
public enum MaskType
Inheritance object → ValueType → Enum → MaskType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Uses the style's default mask shape. |
| Rectangle | 1 | Uses a rectangular mask. |
| RoundedCorners | 2 | Uses a rectangle with rounded corners. |
| RoundedEnds | 3 | Uses a rectangle with rounded ends (caps). |
| Circle | 4 | Uses a circular mask. |