Skip to main content
A newer version of this page is available. .

ShapeBrick.LineWidth Property

Gets or sets the width of the line which is used to draw the shape image.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue(1F)]
public float LineWidth { get; set; }

Property Value

Type Default Description
Single 1

An integer value representing the width of the line.

See Also