Table of Contents

Class GuideBoxAdorner

Namespace
H.Modules.Guide
Assembly
H.Modules.Guide.dll
public class GuideBoxAdorner : VisualCollectionAdornerBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
GuideBoxAdorner
Implements
Inherited Members
Extension Methods

Constructors

GuideBoxAdorner(UIElement, Action, Predicate<UIElement>)

public GuideBoxAdorner(UIElement adornedElement, Action close, Predicate<UIElement> predicate = null)

Parameters

adornedElement UIElement
close Action
predicate Predicate<UIElement>

Methods

ArrangeOverride(Size)

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize Size

The final area within the parent that this element should use to arrange itself and its children.

Returns

Size

The actual size used.

MeasureOverride(Size)

Implements any custom measuring behavior for the adorner.

protected override Size MeasureOverride(Size constraint)

Parameters

constraint Size

A size to constrain the adorner to.

Returns

Size

A Size object representing the amount of layout space needed by the adorner.