Skip to main content
A newer version of this page is available. .

DXPopupActualAppearance.ShadowVerticalOffset Property

Gets the shadow’s vertical offset value that is applied to the DXPopup. To specify this value, use the ShadowVerticalOffset property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double ShadowVerticalOffset { get; }

Property Value

Type Description
Double

The shadow’s vertical offset.

See Also