Root |
[FlagsAttribute] public enum RootLayerMarkersVisibility
| Member name | Value | Description |
|---|---|---|
| None | 0 | Definitely not show root layer markers. |
| Arrows | 1 | Show root layer markers as arrows. |
| Lines | 2 | Show root layer markers as lines. |
| LinesWithArrows | 3 | Show root layer markers as lines with arrows. |
The RootLayerMarkersVisibility type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |