DxHatchSettings.Width Property
Specifies the width of hatch lines.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | The width of hatch lines in pixels. |
Remarks
Refer to the DxHatchSettings class description for more information and an example.
See Also