TextFragmentState.TabStops

TextFragmentState.TabStops property

Gets tabstops for the text.

public TabStops TabStops { get; }

Remarks

Note that Tabstops property works in new document generation scenarios only. Tabstops may be added during TextFragment initialization. Tabstops must be constructed before the text.

See Also