DxShadowSettings.HorizontalOffset Property
Specifies the horizontal offset of the element’s shadows.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public int? HorizontalOffset { get; set; }
Property Value
Type | Description |
---|---|
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 more information and an example.
See Also