A newer version of this page is available.
Switch to the current version.
ShapeArrow.ArrowWidth Property
Gets or sets the width of an arrow (in percent).
Namespace: DevExpress.XtraPrinting.Shape
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(50)]
[XtraSerializableProperty]
public int ArrowWidth { get; set; }
<DefaultValue(50)>
<XtraSerializableProperty>
Public Property ArrowWidth As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 50 |
An integer value which represents the width of an arrow. This value should be from 0 to 100. |
See Also
Feedback