Back to Devexpress

DxShadowSettings.VerticalOffset Property

blazor-devexpress-dot-blazor-dot-dxshadowsettings-bf08ec01.md

latest1.1 KB
Original Source

DxShadowSettings.VerticalOffset Property

Specifies the vertical offset of the element’s shadows.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
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 additional information and an example.

See Also

DxShadowSettings Class

DxShadowSettings Members

DevExpress.Blazor Namespace