Border information structure. More...
#include <fbcontrols.h>
Public Attributes | |
| FBPropertyString | Caption |
| Property: Caption to display in border. | |
| FBPropertyBool | ShowCaption |
| Property: Show caption? | |
| FBPropertyBorderStyle | Style |
| Property: Style of border. | |
| FBPropertyBool | InSet |
| Property: Is border inset? | |
| FBPropertyInt | Width |
| Property: Width of border. | |
| FBPropertyInt | Spacing |
| Property: Spacing of border. | |
| FBPropertyFloat | MaxAngle |
| Property: Max angle for rounding. | |
| FBPropertyInt | CornerRadius |
| Property: Corner radius (rounded). | |
Border information structure.
Definition at line 435 of file fbcontrols.h.
| FBPropertyString Caption |
Property: Caption to display in border.
Definition at line 437 of file fbcontrols.h.
| FBPropertyInt CornerRadius |
Property: Corner radius (rounded).
Definition at line 444 of file fbcontrols.h.
| FBPropertyBool InSet |
Property: Is border inset?
Definition at line 440 of file fbcontrols.h.
| FBPropertyFloat MaxAngle |
Property: Max angle for rounding.
Definition at line 443 of file fbcontrols.h.
| FBPropertyBool ShowCaption |
Property: Show caption?
Definition at line 438 of file fbcontrols.h.
| FBPropertyInt Spacing |
Property: Spacing of border.
Definition at line 442 of file fbcontrols.h.
| FBPropertyBorderStyle Style |
Property: Style of border.
Definition at line 439 of file fbcontrols.h.
| FBPropertyInt Width |
Property: Width of border.
Definition at line 441 of file fbcontrols.h.