Skip to main content
All docs
V24.1

DxShadowSettings.VerticalOffset Property

Specifies the vertical offset of the element’s shadows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public int? VerticalOffset { get; set; }

Property Value

Type Description
Nullable<Int32>

The vertical offset in pixels.

Remarks

The VerticalOffset property value shifts annotation shadows vertically from their initial positions. A positive value shifts shadows down, a negative value shifts them up.

Refer to the DxShadowSettings class description for more information and an example.

See Also