TextFragmentState.ApplyChangesFrom

TextFragmentState.ApplyChangesFrom method

Applies settings from another textState.

public override void ApplyChangesFrom(TextState textState)
ParameterTypeDescription
textStateTextStateText state object.

Remarks

Only those properties will be copied that were changed explicitly.

See Also