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

DXPopupActualAppearance.ShadowHorizontalOffset Property

Gets the shadow horizontal offset value that is applied to the DXPopup. To specify this value, use the ShadowHorizontalOffset property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double ShadowHorizontalOffset { get; }

Property Value

Type Description
Double

The shadow horizontal offset.

See Also