Class ToolTip
Inheritance
System.Object
ToolTip
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ToolTip : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ToolTip()
Declaration
public ToolTip()
Fields
HasDropShadowProperty
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
IsOpenProperty
PlacementProperty
PlacementRectangleProperty
Declaration
public static AutomationProperty PlacementRectangleProperty
Field Value
StaysOpenProperty
VerticalOffsetProperty
Properties
HasDropShadow
Declaration
public bool HasDropShadow { get; set; }
Property Value
System.
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.
|
Placement
PlacementRectangle
StaysOpen
Declaration
public bool StaysOpen { get; set; }
Property Value
System.
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|