StyleRun Class
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Represets a style run - a logical run of characters all with the same style.
public class StyleRun :
Utils.IRun
Inheritance
StyleRun → object
Interfaces
Constructors
| StyleRun() |
Properties
| CodePoints | Get the code points of this run. |
| End | The index of the first code point after this run. |
| Length | The number of code points this run. |
| Start | The index of the first code point in this run (relative to the text block as a whole). |
| Style | The style attributes to be applied to text in this run. |
Overridden & Inherited
| ToString() | Get the text of this style run |
