Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public float LineWidth { get; set; }

Property Value

Type Description
Single

An integer value representing the width of the line.

See Also