Class Popup
Inheritance
System.Object
Popup
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 Popup : SilverlightTestElement, IAutomationPeer, IPeerConverter, IPopup, IFrameworkElement, ITargetElement
Constructors
Popup()
Declaration
public Popup()
Fields
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
AutomationProperty
|
IsOpenProperty
VerticalOffsetProperty
Properties
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
|
IsOpen
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|