TdxCustomOrgChart.BorderStyle Property
Specifies whether the control has a border.
#Declaration
property BorderStyle: TBorderStyle read; write; default bsSingle;
#Property Value
Type | Default |
---|---|
TBorder |
bs |
#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.