Enum GroupStyle
Enum specifying possible ways a number of view parts sharing the same area can be grouped.
Namespace: Sdl.Desktop.IntegrationApi.Extensions
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
public enum GroupStyle
Fields
Name | Description |
---|---|
HorizontalSplit | Defines the group to be horizontaly split |
Tab | Defines a tabbed group |
VerticalSplit | Defines the group to be vertically split |