OutliningState Enum
Specifies the outlining state for a text range.
[Flags]
public enum OutliningState
Fields
| Name | Description |
|---|---|
| HasCollapsedNode | The text range contains at least one collapsed node. |
| HasExpandedNodeEnd | The text range contains the end of at least one expanded node. |
| HasExpandedNodeStart | The text range contains the start of at least one expanded node. |
| IsOpen | The text range is completely contained within another outlining node or a node starts in the text range but extends past it. |
| IsTopLevel | The start of the text range is not contained within an outlining node. |
| None | The text range does not intersect an outlining node. |