Skip to main content

TdxCustomOrgChart.BorderStyle Property

Specifies whether the 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