Enum DockType
Enum specifying possible locations where a view part can be located in.
Namespace: Sdl.Desktop.IntegrationApi.Extensions
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
public enum DockType
Fields
Name | Description |
---|---|
Bottom | The bottom location |
Fill | The center location which is filling all the content |
Floating | The floating location |
Left | The left location |
Right | The right location |
Top | The top location |