DXPopup Properties
A popup view that you can attach to any view on the screen or show as a separate dialog.| Name | Description |
|---|---|
| AllowAnimation | Gets or sets whether the Popup opens and closes with a fade animation effect. |
| AllowScrim | Enables a scrim to use a Popup as a modal window. |
| AllowShadow | Gets or sets whether the Popup’s shadow is visible. |
| AnimationDuration | |
| Content | Gets or sets a view the Popup displays. |
| CornerRadius | Gets or sets the Popup corner radius. |
| HorizontalAlignment | |
| IsOpen | Indicates whether the Popup is visible. |
| Placement | |
| PlacementHorizontalThreshold | |
| PlacementTarget | |
| PlacementVerticalThreshold | |
| ScrimColor | Gets or sets the scrim color and transparency. |
| ShadowColor | Gets or sets the color of the Popup’s shadow. |
| ShadowHorizontalOffset | |
| ShadowRadius | Gets or sets the blur radius of the Popup’s shadow. |
| ShadowVerticalOffset | |
| VerticalAlignment |
See Also