A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(1F)]
public float LineWidth { get; set; }
<XtraSerializableProperty>
<DefaultValue(1F)>
Public Property LineWidth As Single
Property Value
Type | Default | Description |
---|---|---|
Single | 1 |
An integer value representing the width of the line. |
Implements
DevExpress.XtraPrinting.Shape.Native.IShapeDrawingInfo.LineWidth
See Also
Feedback