Back to Devexpress

TdxFcObject.BorderStyle Property

vcl-dxflchrt-dot-tdxfcobject-7b6f1ce3.md

latest2.2 KB
Original Source

TdxFcObject.BorderStyle Property

Specifies the border style for the rectangular chart symbol.

Declaration

delphi
property BorderStyle: Word read; write;

Property Value

Type
Word

Remarks

Use this property together with the EdgeStyle property to set the custom border style of the rectangular chart symbol.

This property has an effect if the chart symbol’s ShapeType property is set to the fcsRectangle.

ValueDescription
BF_ADJUSTRectangle adjusted to leave space for client area.
BF_BOTTOMBottom of border rectangle.
BF_BOTTOMLEFTBottom and left side of border rectangle.
BF_BOTTOMRIGHTBottom and right side of border rectangle.
BF_DIAGONALDiagonal border.
BF_DIAGONAL_ENDBOTTOMLEFTDiagonal border. The end point is the bottom-left corner of the rectangle; the start point is the top-right corner.
BF_DIAGONAL_ENDBOTTOMRIGHTDiagonal border. The end point is the bottom-right corner of the rectangle; the start point is the top-left corner.
BF_DIAGONAL_ENDTOPLEFTDiagonal border. The end point is the top-left corner of the rectangle; the start point is the bottom-right corner.
BF_DIAGONAL_ENDTOPRIGHTDiagonal border. The end point is the top-right corner of the rectangle; the start point is the bottom-left corner.
BF_FLATFlat border.
BF_LEFTLeft side of border rectangle.
BF_MIDDLEInterior of rectangle to be filled.
BF_MONOOne-dimensional border.
BF_RECTEntire border rectangle.
BF_RIGHTRight side of border rectangle.
BF_SOFTSoft buttons instead of tiles.
BF_TOPTop of border rectangle.
BF_TOPLEFTTop and left side of border rectangle.
BF_TOPRIGHTTop and right side of border rectangle.

The default BorderStyle property value is BF_RECT.

See Also

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit