4.646 Popup
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Popup, IInputElement | |
Popup | |
(usage) |
<Popup> UIElement </Popup> |
(description) |
Represents a pop-up window that has content. |
[content property] |
Child |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
AllowsTransparency |
x:Boolean |
(description) |
A value that indicates whether a Popup control can contain transparent content. |
Child |
UIElement |
(description) |
The content of the Popup control. |
HorizontalOffset |
x:Double |
(description) |
Get or sets the horizontal distance between the target origin and the popup alignment point. |
[text syntax] |
LengthSyntax |
IsOpen |
x:Boolean |
(description) |
A value that indicates whether the Popup is visible. |
Placement |
PlacementMode |
(description) |
The orientation of the Popup control when the control opens, and specifies the behavior of the Popup control when it overlaps screen boundaries. |
PlacementRectangle |
Rect |
(description) |
The rectangle relative to which the Popup control is positioned when it opens. |
PlacementTarget |
UIElement |
(description) |
The element relative to which the Popup is positioned when it opens. |
PopupAnimation |
PopupAnimation |
(description) |
An animation for the opening and closing of a Popup control. |
StaysOpen |
x:Boolean |
(description) |
A value that indicates whether the Popup control closes when the control is no longer in focus. |
VerticalOffset |
x:Double |
(description) |
The vertical distance between the target origin and the popup alignment point. |
[text syntax] |
LengthSyntax |
(events) |
|
Closed |
Occurs when the IsOpen property changes to false. |
Opened |
Occurs when the IsOpen property changes to true. |