Back to Devexpress

TdxFcObject.AdvancedShape Property

vcl-dxflchrt-dot-tdxfcobject-27c75189.md

latest1.1 KB
Original Source

TdxFcObject.AdvancedShape Property

Specifies an XML-based shape for the chart symbol.

Declaration

delphi
property AdvancedShape: TdxFlowChartObjectAdvancedShape read; write;

Property Value

Type
TdxFlowChartObjectAdvancedShape

Remarks

This property allows you to choose a complex shape for the block from the predefined list accessible via the control’s Repository property. Assigning a shape to the AdvancedShape property changes the ShapeType property value to fcsAdvanced.

The control displays a simple rectangle if the AdvancedShape property value is nil.

See Also

Custom Shape Structure

Custom Shapes Tutorial. Overview

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit