DXPopupActualAppearance.ShadowHorizontalOffset Property
Gets the shadow’s horizontal offset value applied to the DXPopup control. 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’s horizontal offset. |
See Also