GraphGroupStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the display state of an element.
public enum class GraphGroupStyle
public enum GraphGroupStyle
type GraphGroupStyle =
Public Enum GraphGroupStyle
- Inheritance
-
GraphGroupStyle
Fields
Name | Value | Description |
---|---|---|
Expanded | 0 | Display all child elements |
Compact | 1 | The Group is reduce in size and the child nodes needs to be rendering them self in a more compact style |
Collapsed | 2 | Collapse the group leaving only the caption and the chevron |