#include <fbcontrols.h>
Border information structure.
Definition at line 417 of file fbcontrols.h.
Public Attributes | |
FBPropertyString | Caption |
Property: Caption to display in border. More... | |
FBPropertyBool | ShowCaption |
Property: Show caption? More... | |
FBPropertyBorderStyle | Style |
Property: Style of border. More... | |
FBPropertyBool | InSet |
Property: Is border inset? More... | |
FBPropertyInt | Width |
Property: Width of border. More... | |
FBPropertyInt | Spacing |
Property: Spacing of border. More... | |
FBPropertyFloat | MaxAngle |
Property: Max angle for rounding. More... | |
FBPropertyInt | CornerRadius |
Property: Corner radius (rounded). More... | |
FBPropertyString Caption |
Property: Caption to display in border.
Definition at line 419 of file fbcontrols.h.
FBPropertyInt CornerRadius |
Property: Corner radius (rounded).
Definition at line 426 of file fbcontrols.h.
FBPropertyBool InSet |
Property: Is border inset?
Definition at line 422 of file fbcontrols.h.
FBPropertyFloat MaxAngle |
Property: Max angle for rounding.
Definition at line 425 of file fbcontrols.h.
FBPropertyBool ShowCaption |
Property: Show caption?
Definition at line 420 of file fbcontrols.h.
FBPropertyInt Spacing |
Property: Spacing of border.
Definition at line 424 of file fbcontrols.h.
FBPropertyBorderStyle Style |
Property: Style of border.
Definition at line 421 of file fbcontrols.h.
FBPropertyInt Width |
Property: Width of border.
Definition at line 423 of file fbcontrols.h.