Table of Contents

Struct AdornerOrder

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Describes where an Adorner is positioned on the Z-Layer.

public struct AdornerOrder : IComparable<AdornerOrder>, IEquatable<AdornerOrder>
Implements

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

operator ==(AdornerOrder, AdornerOrder)
operator >(AdornerOrder, AdornerOrder)
operator >=(AdornerOrder, AdornerOrder)
operator !=(AdornerOrder, AdornerOrder)
operator <(AdornerOrder, AdornerOrder)
operator <=(AdornerOrder, AdornerOrder)