Object <- BorderLine |
|
|
BorderThickness DrawBorder Validate |
Class BorderLine defines no new attributes.
Fields
| Field | Type | |
|---|---|---|
| BorderLine: | borderColor: | Unsigned |
| borderColorHighlighted: | Unsigned | |
| thickness: | Micron |
instance BorderLine tag; borderColor: 0; borderColorHighlighted: 0; thickness: <0.0>; end instance;
Define Class BorderLine; inherits from Object, Border; shares members; field borderColor: Unsigned; field borderColorHighlighted: Unsigned; field thickness: Micron; overrides DrawBorder; overrides BorderThickness; // framework #ifdef VALIDATE overrides Validate; #endif end class;