Search
IGraphics.TextRenderingHint Property
See Also
 





Gets or sets the rendering mode for text associated with this IGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

TextRenderingHint TextRenderingHint { get; set; }

Visual Basic  Copy Code

Property TextRenderingHint As TextRenderingHint

 Property Value

This property specifies a member of the .NET TextRenderingHint enumeration.

 See Also