DXPopup Properties
A popup view that you can attach to any view on the screen or show as a separate dialog.Name | Description |
---|---|
ActualAppearance | Gets the common appearance settings that are applied to the current DXPopup. |
AllowAnimation | Gets or sets whether the DXPopup opens and closes with a fade animation effect. This is a bindable property. |
AllowScrim | Gets or sets whether the DXPopup uses a scrim as a modal window. This is a bindable property. |
AllowShadow | Gets or sets whether the DXPopup‘s shadow is visible. This is a bindable property. |
AnimationDuration | Gets or sets the duration of the show/close animation. This is a bindable property. |
CloseOnScrimTap | |
Content | Gets or sets a view the DXPopup displays. This is a bindable property. |
CornerRadius | Gets or sets the DXPopup corner radius. This is a bindable property. |
HorizontalAlignment | Gets or sets the horizontal alignment of the DXPopup‘s message. This is a bindable property. |
IsOpen | Gets or sets whether the DXPopup is visible. This is a bindable property. |
Placement | Gets or sets the DXPopup placement relative to its parent object. This is a bindable property. |
PlacementHorizontalThreshold | Gets or sets the space that is required to show the Popup in the specified horizontal direction. |
PlacementTarget | Gets or sets the parent object for the DXPopup. |
PlacementVerticalThreshold | Gets or sets the gap between the popup edge and screen edge, required to show the Popup in the specified vertical direction. |
ScrimColor | Gets or sets the scrim color and transparency. This is a bindable property. |
ShadowColor | Gets or sets the color of the DXPopup‘s shadow. This is a bindable property. |
ShadowHorizontalOffset | Get or sets the horizontal offset of the DXPopup‘s shadow. This is a bindable property. |
ShadowRadius | Gets or sets the blur radius of the DXPopup‘s shadow. This is a bindable property. |
ShadowVerticalOffset | Get or sets the vertical offset of the DXPopup‘s shadow. This is a bindable property. |
VerticalAlignment | Gets or sets the vertical alignment of the DXPopup‘s message. This is a bindable property. |
See Also