A newer version of this page is available.
Switch to the current version.
ShapeId Enum
Lists the values that are used to localize the names of supported XRShape kinds.
Namespace: DevExpress.XtraPrinting.Shape.Native
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder))]
public enum ShapeId
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(ResFinder))>
Public Enum ShapeId
Members
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
Feedback