C4 Engine
C4 Engine API Documentation

StrokableWidget::GetStrokeFlags

Defined in:  C4Widgets.h
Returns the stroke flags.
Prototype

uint32 GetStrokeFlags(voidconst;

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

StrokableWidget::SetStrokeFlags