C4 Engine
C4 Engine API Documentation

StrokableWidget::SetStrokeFlags

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

void SetStrokeFlags(uint32 flags);

Parameters
flags The new stroke flags.
Description
The SetStrokeFlags function sets the stroke flags to the value specified by the flags parameter, 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.
The initial value of the stroke flags is zero.
See Also

StrokableWidget::GetStrokeFlags