PositionWithinLine property

int? get PositionWithinLine
Gets or sets the position within line.

Implementation

int? get PositionWithinLine => this.positionWithinLine;
set PositionWithinLine (int? value)

Implementation

set PositionWithinLine(int? value) {
  this.positionWithinLine = value;
}