Back to Devexpress

TdxCustomFlowChart.BorderStyle Property

vcl-dxflchrt-dot-tdxcustomflowchart-4a3f2d98.md

latest773 B
Original Source

TdxCustomFlowChart.BorderStyle Property

Specifies whether the flow chart control has a border.

Declaration

delphi
property BorderStyle: TBorderStyle read; write; default bsSingle;

Property Value

TypeDefault
TBorderStylebsSingle

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

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit