ClassPopup
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Popup : WpfTestElement, IAutomationPeer, IPeerConverter, IPopup, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementPopup
Implements:
Inherited Members
Constructors
Popup()
Declaration
cs-api-definition
public Popup()
Fields
AllowsTransparencyProperty
Declaration
cs-api-definition
public static AutomationProperty AllowsTransparencyProperty
Field Value
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
PopupAnimationProperty
Declaration
cs-api-definition
public static AutomationProperty PopupAnimationProperty
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
IsOpen
Get/set whether the popup is open.
Placement
Declaration
cs-api-definition
public PlacementMode Placement { get; set; }
Property Value
PopupAnimation
Declaration
cs-api-definition
public PopupAnimation PopupAnimation { 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.