PositionWithinLine property
int?
get
PositionWithinLine
Implementation
int? get PositionWithinLine => this.positionWithinLine;
set
PositionWithinLine
(int? value)
Implementation
set PositionWithinLine(int? value) {
this.positionWithinLine = value;
}