Table of Contents

Class ImageBaseMouseDrawRectBehaviorBase

Namespace
HeBianGu.Control.ImagePlayer
Assembly
HeBianGu.Control.ImagePlayer.dll

但点击当前控件时ListBoxItem项值也选中

public abstract class ImageBaseMouseDrawRectBehaviorBase : Behavior<ImageCore>, IAnimatable, IAttachedObject
Inheritance
ImageBaseMouseDrawRectBehaviorBase
Implements
Derived
Inherited Members
Extension Methods

Methods

IsMatch()

protected abstract bool IsMatch()

Returns

bool

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.

OnOverDrawRect(Rect)

protected abstract void OnOverDrawRect(Rect rect)

Parameters

rect Rect