Type Default Value Read Only Description
[C#]
TextRenderingMode

[Visual Basic]
TextRenderingMode
null No The text rendering mode for text.

 

   

Notes
 

The text rendering mode for text.

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.