corelibraries-devexpress-dot-xtraprinting-dot-shape-dot-native.md
Lists the values that are used to localize the names of supported XRShape kinds.
Namespace : DevExpress.XtraPrinting.Shape.Native
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ResourceFinder(typeof(ResFinder))]
public enum ShapeId
<ResourceFinder(GetType(ResFinder))>
Public Enum ShapeId
| Name | Description |
|---|---|
Rectangle |
“ Rectangle “
|
| Ellipse |
“ Ellipse “
|
| Arrow |
“ Arrow “
|
| TopArrow |
“ Top Arrow “
|
| BottomArrow |
“ Bottom Arrow “
|
| LeftArrow |
“ Left Arrow “
|
| RightArrow |
“ Right Arrow “
|
| Polygon |
“ Polygon “
|
| Triangle |
“ Triangle “
|
| Square |
“ Square “
|
| Pentagon |
“ Pentagon “
|
| Hexagon |
“ Hexagon “
|
| Octagon |
“ Octagon “
|
| Star |
“ Star “
|
| ThreePointStar |
“ 3-Point Star “
|
| FourPointStar |
“ 4-Point Star “
|
| FivePointStar |
“ 5-Point Star “
|
| SixPointStar |
“ 6-Point Star “
|
| EightPointStar |
“ 8-Point Star “
|
| Line |
“ Line “
|
| SlantLine |
“ Slant Line “
|
| BackslantLine |
“ Backslant Line “
|
| HorizontalLine |
“ Horizontal Line “
|
| VerticalLine |
“ Vertical Line “
|
| Cross |
“ Cross “
|
| Brace |
“ Brace “
|
| Bracket |
“ Bracket “
|
See Also