Class 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.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Popup : WpfTestElement, IAutomationPeer, IPeerConverter, IPopup, IFrameworkElement, ITargetElement
Constructors
Popup()
Declaration
public Popup()
Fields
AllowsTransparencyProperty
Declaration
public static AutomationProperty AllowsTransparencyProperty
Field Value
AutomationProperty
|
HasDropShadowProperty
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
AutomationProperty
|
IsOpenProperty
PlacementProperty
PlacementRectangleProperty
Declaration
public static AutomationProperty PlacementRectangleProperty
Field Value
AutomationProperty
|
PopupAnimationProperty
StaysOpenProperty
VerticalOffsetProperty
Properties
AllowsTransparency
Declaration
public bool AllowsTransparency { get; set; }
Property Value
System.Boolean
|
HasDropShadow
Declaration
public bool HasDropShadow { get; set; }
Property Value
System.Boolean
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
|
IsOpen
Placement
PlacementRectangle
PopupAnimation
StaysOpen
Declaration
public bool StaysOpen { get; set; }
Property Value
System.Boolean
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|