alignment property

  1. @BuiltValueField.new(wireName: r'Alignment')
Alignment? get alignment

Alignment of the text string on the display line or print line. Absence of this data element means the characters have normal alignment. Possible values: * Centred * Justified * Left * Right

Implementation

@BuiltValueField(wireName: r'Alignment')
Alignment? get alignment;