Struct ZOrderInfo
Information about the ZOrder of the window
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public struct ZOrderInfo
Properties
| Improve this Doc View SourceIsZOrderAtBottom
Gets a value indicating whether the window's Z Order is at the bottom.
Declaration
public bool IsZOrderAtBottom { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsZOrderAtTop
Gets a value indicating whether the window's Z Order is at the top.
Declaration
public bool IsZOrderAtTop { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ZOrderBelowWindowId
Gets the id of the window this window is below.
Declaration
public WindowId ZOrderBelowWindowId { readonly get; set; }
Property Value
Type | Description |
---|---|
WindowId |