WindowStateValue Enumeration |
An integer specifying bit flags. This attribute can be a sum of the following values.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax[FlagsAttribute]
public enum WindowStateValue
<FlagsAttribute>
Public Enumeration WindowStateValue
[FlagsAttribute]
public enum class WindowStateValue
[<FlagsAttribute>]
type WindowStateValue
Members
| Member name | Value | Description |
---|
| Restored | 268435456 |
Restored.
|
| Maximized | 1073741824 |
Maximized.
|
| Minimized | 536870912 |
Minimized.
|
| DockedLeft | 1 |
Docked left.
|
| DockedTop | 2 |
Docked top.
|
| DockedRight | 4 |
Docked right.
|
| DockedBottom | 8 |
Docked bottom.
|
| Doubleing | 16 |
Doubleing.
|
| AnchorLeft | 32 |
Anchor left.
|
| AnchorTop | 64 |
Anchor top.
|
| AnchorRight | 128 |
Anchor right.
|
| AnchorBottom | 256 |
Anchor bottom.
|
| AnchorMerged | 1024 |
Anchor merged.
|
| Active | 67108864 |
Active.
|
| Undefined | -2147483648 |
Undefined.
|
See Also