StrokableWidget::GetStrokeFlags
Defined in:
Returns the stroke flags.
C4Widgets.h
Prototype
uint32 GetStrokeFlags(void) const;
Description
The GetStrokeFlags
function returns the stroke flags, which can be a combination (through logical OR) of the following constants.
kStrokeDisabled |
No stroke is drawn for the widget. |
kStrokeDashed |
The stroke is drawn with dashing. |
See Also