A newer version of this page is available.
Switch to the current version.
ShapeBracket.TipLength Property
Gets or sets the length of a brace's tip.
Namespace: DevExpress.XtraPrinting.Shape
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(20)]
[XtraSerializableProperty]
public int TipLength { get; set; }
<DefaultValue(20)>
<XtraSerializableProperty>
Public Property TipLength As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 20 |
An integer value which represents a tip's length. |
See Also
Feedback