Class AdornerBehaviorBase
public abstract class AdornerBehaviorBase : Behavior<FrameworkElement>, IAnimatable, IAttachedObject
- Inheritance
-
AdornerBehaviorBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
AdornerTypeProperty
public static readonly DependencyProperty AdornerTypeProperty
Field Value
AdornerVisualProperty
public static readonly DependencyProperty AdornerVisualProperty
Field Value
IsHitTestVisibleProperty
public static readonly DependencyProperty IsHitTestVisibleProperty
Field Value
IsUseProperty
public static readonly DependencyProperty IsUseProperty
Field Value
Properties
AdornerType
public Type AdornerType { get; set; }
Property Value
AdornerVisual
public Visual AdornerVisual { get; set; }
Property Value
IsHitTestVisible
public bool IsHitTestVisible { get; set; }
Property Value
IsUse
public bool IsUse { get; set; }