TdxFlowChartAdvancedShapeRepository.StencilCount Property
In This Article
Returns the stencils (that is, shape categories) count.
#Declaration
Delphi
property StencilCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to obtain the total number of stencils that the control provides. To access a specific stencil, use the Stencils property.
See Also