TextAreaBase.ModifyTextProperties Method
| Name | Parameters | Description |
|---|---|---|
| ModifyTextProperties(TextRange, TextProperties) | range, properties | Creates a text run that matches to the given text range and applies the specified text properties to it. Properties to apply should not be null. |
| ModifyTextProperties(IList<TextRange>, TextProperties) | ranges, properties | Applies text properties to the specified text ranges. Properties to apply should not be null. |