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 423 of file fbcontrols.h.
FBPropertyString Caption |
Property: Caption to display in border.
Definition at line 425 of file fbcontrols.h.
FBPropertyInt CornerRadius |
Property: Corner radius (rounded).
Definition at line 432 of file fbcontrols.h.
FBPropertyBool InSet |
Property: Is border inset?
Definition at line 428 of file fbcontrols.h.
FBPropertyFloat MaxAngle |
Property: Max angle for rounding.
Definition at line 431 of file fbcontrols.h.
FBPropertyBool ShowCaption |
Property: Show caption?
Definition at line 426 of file fbcontrols.h.
FBPropertyInt Spacing |
Property: Spacing of border.
Definition at line 430 of file fbcontrols.h.
FBPropertyBorderStyle Style |
Property: Style of border.
Definition at line 427 of file fbcontrols.h.
FBPropertyInt Width |
Property: Width of border.
Definition at line 429 of file fbcontrols.h.