Table of Contents

Class GuideAdornerBehavior

Namespace
HeBianGu.Control.Guide
Assembly
HeBianGu.Control.Guide.dll
public class GuideAdornerBehavior : Behavior<FrameworkElement>, IAnimatable, IAttachedObject
Inheritance
GuideAdornerBehavior
Implements
Inherited Members
Extension Methods

Fields

ToolTipsProperty

public static readonly DependencyProperty ToolTipsProperty

Field Value

DependencyProperty

Properties

ToolTips

public IEnumerable<GuideAdorner> ToolTips { get; set; }

Property Value

IEnumerable<GuideAdorner>

Methods

OnAttached()

Called after the behavior is attached to an AssociatedObject.

protected override void OnAttached()

Remarks

Override this to hook up functionality to the AssociatedObject.

OnDetaching()

Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.

protected override void OnDetaching()

Remarks

Override this to unhook functionality from the AssociatedObject.