ShapeId Enum
In This Article
Lists the values that are used to localize the names of supported XRShape kinds.
Namespace: DevExpress.XtraPrinting.Shape.Native
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Rectangle
|
“Rectangle“ |
Ellipse
|
“Ellipse“ |
Arrow
|
“Arrow“ |
Top
|
“Top Arrow“ |
Bottom
|
“Bottom Arrow“ |
Left
|
“Left Arrow“ |
Right
|
“Right Arrow“ |
Polygon
|
“Polygon“ |
Triangle
|
“Triangle“ |
Square
|
“Square“ |
Pentagon
|
“Pentagon“ |
Hexagon
|
“Hexagon“ |
Octagon
|
“Octagon“ |
Star
|
“Star“ |
Three
|
“3-Point Star“ |
Four
|
“4-Point Star“ |
Five
|
“5-Point Star“ |
Six
|
“6-Point Star“ |
Eight
|
“8-Point Star“ |
Line
|
“Line“ |
Slant
|
“Slant Line“ |
Backslant
|
“Backslant Line“ |
Horizontal
|
“Horizontal Line“ |
Vertical
|
“Vertical Line“ |
Cross
|
“Cross“ |
Brace
|
“Brace“ |
Bracket
|
“Bracket“ |
See Also