Tag.drawSpaces

bool drawSpaces() @property

Get drawSpaces property.

Returns

Whether to draw white spaces.

This property takes precedence over the value defined by the class@SpaceDrawer's property@SpaceDrawer:matrix property (only where the tag is applied).

Setting this property also changes property@Tag:draw-spaces-set to true.

void drawSpaces(bool propval) @property

Set drawSpaces property.

Parameters

propvalWhether to draw white spaces. This property takes precedence over the value defined by the class@SpaceDrawer's property@SpaceDrawer:matrix property (only where the tag is applied). Setting this property also changes property@Tag:draw-spaces-set to true.