TextAreaBase.ModifyTextProperties(IList<TextRange>, TextProperties) Method
Applies text properties to the specified text ranges. Properties to apply should not be null.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| ranges | IList<TextRange> | The text ranges to which the properties are applied. |
| properties | TextProperties | The text properties to apply. |
See Also