TextParagraph.BeginEdit

TextParagraph.BeginEdit method

Begins the editing of the TextParagraph.

public void BeginEdit()

Remarks

Improves performance of TextParagraph population. Any layout calculation is suspended until EndEdit method is invoked. Note that method invoke can’t be nested.

See Also