Type Default Read Only Description
[C#]
TextRenderingMode

[Visual Basic]
TextRenderingMode
n/a Yes The text rendering mode used for drawing this text fragment.

 

   

Notes
 

The text rendering mode used for drawing this text fragment.

The TextRenderingMode enumeration may take the following values:

  • Fill - Fill text - the default.
  • Stroke - Stroke glyph outlines.
  • FillAndStroke - Fill text and stroke glyph outlines.
  • Invisible - Neither fill nor stroke.
  • FillAndClip - Fill text then add to clipping path.
  • StrokeAndClip - Stroke text then add to clipping path.
  • FillStrokeAndClip - Fill and stroke text then add to clipping path.
  • Clip - Add to clipping path.

 

   

Example
 

None.