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