Show / Hide Table of Contents

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 Source

IsZOrderAtBottom

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
| Improve this Doc View Source

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
| Improve this Doc View Source

ZOrderBelowWindowId

Gets the id of the window this window is below.

Declaration
public WindowId ZOrderBelowWindowId { readonly get; set; }
Property Value
Type Description
WindowId

See Also

ZOrderChanged
OnZOrderChanged(ZOrderInfo)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX