DXPopupActualAppearance.PlacementVerticalThreshold Property
Gets the placement’s vertical threshold value that is applied to the DXPopup. To specify this value, use the PlacementVerticalThreshold property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double PlacementVerticalThreshold { get; }
Property Value
Type | Description |
---|---|
Double | The placement’s vertical threshold. |
See Also