DXPopup.PlacementVerticalThreshold Property
Gets or sets the gap between the popup edge and screen edge, required to show the Popup in the specified vertical direction.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double PlacementVerticalThreshold { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 0 | A value that specifies the gap between the popup edge and screen edge. |
Remarks
For more information on how to position the Popup relative to its parent object, refer to the following section: Display a Popup Relative to a View.
See Also