ShowToolTipBehavior Class

Behavior that allows the ToolTip of the associated element to be displayed when its content is shown cropped.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class ShowToolTipBehavior : Behavior<FrameworkElement>
Inheritance
Object    DispatcherObject    DependencyObject    Freezable    Animatable    Behavior    BehaviorFrameworkElement    ShowToolTipBehavior

Constructors

ShowToolTipBehaviorInitializes a new instance of the ShowToolTipBehavior class

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also