TdxFcObject.BorderStyle Property
Specifies the border style for the rectangular chart symbol.
Declaration
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.
Value | Description |
---|---|
BF_ADJUST | Rectangle adjusted to leave space for client area. |
BF_BOTTOM | Bottom of border rectangle. |
BF_BOTTOMLEFT | Bottom and left side of border rectangle. |
BF_BOTTOMRIGHT | Bottom and right side of border rectangle. |
BF_DIAGONAL | Diagonal border. |
BF_DIAGONAL_ENDBOTTOMLEFT | Diagonal border. The end point is the bottom-left corner of the rectangle; the start point is the top-right corner. |
BF_DIAGONAL_ENDBOTTOMRIGHT | Diagonal border. The end point is the bottom-right corner of the rectangle; the start point is the top-left corner. |
BF_DIAGONAL_ENDTOPLEFT | Diagonal border. The end point is the top-left corner of the rectangle; the start point is the bottom-right corner. |
BF_DIAGONAL_ENDTOPRIGHT | Diagonal border. The end point is the top-right corner of the rectangle; the start point is the bottom-left corner. |
BF_FLAT | Flat border. |
BF_LEFT | Left side of border rectangle. |
BF_MIDDLE | Interior of rectangle to be filled. |
BF_MONO | One-dimensional border. |
BF_RECT | Entire border rectangle. |
BF_RIGHT | Right side of border rectangle. |
BF_SOFT | Soft buttons instead of tiles. |
BF_TOP | Top of border rectangle. |
BF_TOPLEFT | Top and left side of border rectangle. |
BF_TOPRIGHT | Top and right side of border rectangle. |
The default BorderStyle property value is BF_RECT.
See Also