'Declaration <FlagsAttribute()> Public Enum AnchorableShowStrategy Inherits System.Enum
'Usage Dim instance As AnchorableShowStrategy
[Flags()] public enum AnchorableShowStrategy : System.Enum
Indicates where an anchorable that is added manually will be attempted to be shown.
'Declaration <FlagsAttribute()> Public Enum AnchorableShowStrategy Inherits System.Enum
'Usage Dim instance As AnchorableShowStrategy
[Flags()] public enum AnchorableShowStrategy : System.Enum
Member | Description |
---|---|
Bottom | Anchorable is shown at the bottom. |
Left | Anchorable is shown to the left. |
Most | Anchorable is as large as possible. |
Right | Anchorable is shown to the right. |
Top | Anchorable is shown at the top. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.AvalonDock.Layout.AnchorableShowStrategy
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2