Back to Devexpress

DxShadowSettings.HorizontalOffset Property

blazor-devexpress-dot-blazor-dot-dxshadowsettings-80959b23.md

latest1.2 KB
Original Source

DxShadowSettings.HorizontalOffset Property

Specifies the horizontal offset of the element’s shadows.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
Nullable<Int32>

The horizontal offset in pixels.

|

Remarks

The HorizontalOffset property value shifts the element’s shadows horizontally from their initial positions. A positive value shifts shadows to the right, a negative value – to the left.

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

See Also

DxShadowSettings Class

DxShadowSettings Members

DevExpress.Blazor Namespace