TdxFlowChartAdvancedShapeRepository.StencilCount Property
Returns the stencils (that is, shape categories) count.
Declaration
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