StrokableWidget::SetStrokeFlags
Defined in:  
Sets the stroke flags.
C4Widgets.hPrototype
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. | 
See Also
