HasLineStyleAttribute |
|
|
Init |
|
LineHeight LineStyle LineWidth |
| Field | Type | |
|---|---|---|
| HasLineStyleAttribute: | lineStyle: | LineStyle |
Define Class HasLineStyleAttribute; mixes in with Object; field lineStyle: LineStyle, getter; // object's line style attribute LineStyle: LineStyle; // set line style attribute LineWidth: Micron; attribute LineHeight: Micron; overrides Init; // set the initial line style without dirtying end class;