Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFlowChartAdvancedShapeRepository Members

In This Article
Stores the XML-based shapes and their settings.

#Properties

Name Description
ArrowShapes Provides access to the “Arrow Shapes” stencil (shape category).
BasicFlowchartShapes Provides access to the “Basic FlowChart Shapes” stencil (shape category).
BasicShapes Provides access to the “Basic Shapes” stencil (shape category).
DecorativeShapes Provides access to the “Decorative Shapes” stencil (shape category).
SDLDiagramShapes Provides access to the “SDL Diagram Shapes” stencil (shape category).
SoftwareIcons Provides access to the “Software Icons” stencil (shape category).
StencilCount Returns the stencils (that is, shape categories) count.
Stencils Provides indexed access to stencils (that is, shape categories).

#Methods
Show Inherited Hide Inherited

Name Description
Equals(TObject) Inherited from TObject.
FindShapeByID(string) Returns a shape by its identifier.
FindStencilByID(string)
GetHashCode Inherited from TObject.
LoadShapesFromFile(string,string,string) Loads custom shapes from an XML file.
LoadShapesFromStream(TStream,string,string) Loads custom shapes from the specified stream.
ToString Inherited from TObject.
See Also