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.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ToolTip : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ToolTip()
Declaration
public ToolTip()
Fields
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
AutomationProperty
|
IsOpenProperty
PlacementProperty
VerticalOffsetProperty
Properties
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
|
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
|
Placement
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|