defaultAlign property

Alignment defaultAlign
getter/setter pairinherited

The default align of this block to anchor when BlockStyle.align is not set.

This is useful because a block may need different default aligns for different anchor position.

Implementation

painting.Alignment defaultAlign;