AdornerOrder Struct
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Describes where an Adorner is positioned on the Z-Layer.
Syntax
public struct AdornerOrder : IComparable<AdornerOrder>, IEquatable<AdornerOrder>
Fields
Background | The adorner is in the background layer. |
BeforeForeground | The adorner is in the before foreground layer. |
BehindForeground | The adorner is in the layer behind the foreground but above the content. This layer is used for the gray-out effect. |
Content | The adorner is in the content layer. |
Foreground | The adorner is in the foreground layer. |
Methods
CompareTo(AdornerOrder) | Compares the AdornerOrder to another AdornerOrder. |
Equals(AdornerOrder) | |
Equals(Object) | |
GetHashCode() |
Operators
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Implements
System.IComparable<T>
System.IEquatable<T>