Marking |
public enum MarkingMode
| Member name | Value | Description |
|---|---|---|
| Outline | 0 | Marks only outline. |
| Filling | 1 | Marks only filling. |
| OutlineFilling | 2 | Marks outline then filling. |
| FillingOutline | 3 | Marks filling then outline. |
The MarkingMode type exposes the following members.
| Name | Description | |
|---|---|---|
| HasFilling |
Returns true if the marking mode contains filling.
(Defined by Extensions) | |
| HasOutline |
Returns true if the marking mode contains outline.
(Defined by Extensions) |