A newer version of this page is available.
Switch to the current version.
ShapeBrick.LineStyle Property
Specifies the ShapeBrick's line style.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(DashStyle.Solid)]
public DashStyle LineStyle { get; set; }
<XtraSerializableProperty>
<DefaultValue(DashStyle.Solid)>
Public Property LineStyle As DashStyle
Property Value
Type | Default | Description |
---|---|---|
DashStyle | Solid |
A DashStyle enumeration value. |
Implements
DevExpress.XtraPrinting.Shape.Native.IShapeDrawingInfo.LineStyle
See Also
Feedback