ClassToolTip
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ToolTip : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlToolTip
Implements:
Inherited Members
Constructors
ToolTip()
Declaration
cs-api-definition
public ToolTip()
Fields
HasDropShadowProperty
Declaration
cs-api-definition
public static AutomationProperty HasDropShadowProperty
Field Value
HorizontalOffsetProperty
Declaration
cs-api-definition
public static AutomationProperty HorizontalOffsetProperty
Field Value
IsOpenProperty
Declaration
cs-api-definition
public static AutomationProperty IsOpenProperty
Field Value
PlacementProperty
Declaration
cs-api-definition
public static AutomationProperty PlacementProperty
Field Value
PlacementRectangleProperty
Declaration
cs-api-definition
public static AutomationProperty PlacementRectangleProperty
Field Value
StaysOpenProperty
Declaration
cs-api-definition
public static AutomationProperty StaysOpenProperty
Field Value
VerticalOffsetProperty
Declaration
cs-api-definition
public static AutomationProperty VerticalOffsetProperty
Field Value
Properties
Placement
Declaration
cs-api-definition
public PlacementMode Placement { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.