Skip to main content
All docs
V24.2

DxHatchSettings.LineSpacing Property

Specifies the distance between two hatch lines.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
Nullable<Int32>

The distance between two hatch lines in pixels.

Remarks

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

See Also