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