Skip to main content

TdxCustomFlowChart.BorderStyle Property

Specifies whether the flow chart control has a border.

Declaration

property BorderStyle: TBorderStyle read; write; default bsSingle;

Property Value

Type Default
TBorderStyle bsSingle

Remarks

Set this property to bsNone or bsSingle to hide or display the control’s borders.

The default value of the BorderStyle property is bsSingle.

See Also