Skip to main content
All docs
V25.1
  • DxHatchSettings.LineSpacing Property

    Specifies the distance between two hatch lines.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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