vcl-dxflowchartshapes-61577c9a.md
Stores the basic shapes.
TdxFlowChartBasicShapes = class(
TdxFlowChartAdvancedShapeStencil
)
This class provides the following members that allow you to choose one of simple geometric shapes or parentheses.
| Resource Value | Property | Example |
|---|---|---|
| Rectangle | Rectangle | |
| Ellipse | Ellipse | |
| Triangle | Triangle | |
| RightTriangle | RightTriangle | |
| Pentagon | Pentagon | |
| Hexagon | Hexagon | |
| Heptagon | Heptagon | |
| Octagon | Octagon | |
| Decagon | Decagon | |
| Can | Can | |
| Parallelogram | Parallelogram | |
| Trapezoid | Trapezoid | |
| Diamond | Diamond | |
| Cross | Cross | |
| Chevron | Chevron | |
| Cube | Cube | |
| Star4 | Star4 | |
| Star5 | Star5 | |
| Star6 | Star6 | |
| Star7 | Star7 | |
| Star16 | Star16 | |
| Star24 | Star24 | |
| Star32 | Star32 | |
| Rounded Rectangle Shape | RoundedRectangleShape | |
| Single Snip Corner Rectangle Shape | SingleSnipCornerRectangleShape | |
| Snip Same Side Corner Rectangle Shape | SnipSameSideCornerRectangleShape | |
| Snip Diagonal Corner Rectangle Shape | SnipDiagonalCornerRectangleShape | |
| Single Round Corner Rectangle Shape | SingleRoundCornerRectangleShape | |
| Round Same Side Corner Rectangle Shape | RoundSameSideCornerRectangleShape | |
| Round Diagonal Corner Rectangle Shape | RoundDiagonalCornerRectangleShape | |
| Snip And Round Single Corner Rectangle Shape | SnipAndRoundSingleCornerRectangleShape | |
| Snip Corner Rectangle Shape | SnipCornerRectangleShape | |
| Round Corner Rectangle Shape | RoundCornerRectangleShape | |
| Snip And Round Corner Rectangle Shape | SnipAndRoundCornerRectangleShape | |
| Plaque | Plaque | |
| Frame | Frame | |
| Frame Corner | FrameCorner | |
| LShape | LShape | |
| Diagonal Stripe | DiagonalStripe | |
| Donut | Donut | |
| No Symbol | NoSymbol | |
| Left Parenthesis | LeftParenthesis | |
| Right Parenthesis | RightParenthesis | |
| Left Brace | LeftBrace | |
| Right Brace | RightBrace |
The repository‘s BasicShapes property references a TdxFlowChartBasicShapes object.
TObject TdxFlowChartAdvancedShapeStencil TdxFlowChartBasicShapes
See Also