DockableToolBarSerializerOptions Enum
Specifies options for a DockableToolBarSerializer.
[Flags]
public enum DockableToolBarSerializerOptions
Fields
| Name | Description |
|---|---|
| All | All layout properties. |
| FloatingLocation | The floating location property. |
| IsFloating | The floating property. |
| LineIndex | The line index property. |
| None | No options set. |
| Offset | The offset property. |
| Placement | The placement property. |
| SortOrder | The sort order property. |