Class GuideBoxAdorner
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
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
SizeThe 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
SizeA size to constrain the adorner to.