PositionWithinLine property

int? PositionWithinLine
Gets or sets the position within line.

Implementation

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

Implementation

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