labelPositionValue property

  1. @TagNumber(15)
FFDoubleValue get labelPositionValue

Implementation

@$pb.TagNumber(15)
FFDoubleValue get labelPositionValue => $_getN(12);
  1. @TagNumber(15)
set labelPositionValue (FFDoubleValue value)

Implementation

@$pb.TagNumber(15)
set labelPositionValue(FFDoubleValue value) => $_setField(15, value);