A newer version of this page is available.
Switch to the current version.
ShapeStar.StarPointCount Property
Gets or sets the number of points for the star shape.
Namespace: DevExpress.XtraPrinting.Shape
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(3)]
[XtraSerializableProperty]
public int StarPointCount { get; set; }
<DefaultValue(3)>
<XtraSerializableProperty>
Public Property StarPointCount As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 3 |
An integer value that specifies the number of points for the star shape. |
See Also
Feedback