Class RichTextRun
Represents a run of drawable text spanning a series of graphemes within a string.
Inherited Members
Namespace: SixLabors.ImageSharp.Drawing.Processing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public class RichTextRun : TextRun
Properties
| Edit this page View SourceBrush
Gets or sets the brush used for filling this run.
Declaration
public Brush? Brush { get; set; }
Property Value
Type | Description |
---|---|
Brush |
OverlinePen
Gets or sets the pen used for drawing overline features for this run.
Declaration
public Pen? OverlinePen { get; set; }
Property Value
Type | Description |
---|---|
Pen |
Pen
Gets or sets the pen used for outlining this run.
Declaration
public Pen? Pen { get; set; }
Property Value
Type | Description |
---|---|
Pen |
StrikeoutPen
Gets or sets the pen used for drawing strikeout features for this run.
Declaration
public Pen? StrikeoutPen { get; set; }
Property Value
Type | Description |
---|---|
Pen |
UnderlinePen
Gets or sets the pen used for drawing underline features for this run.
Declaration
public Pen? UnderlinePen { get; set; }
Property Value
Type | Description |
---|---|
Pen |