Gets or sets the rendering mode for text associated with this IGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
TextRenderingHint TextRenderingHint { get; set; } |
Visual Basic
Copy Code
|
|---|
Property TextRenderingHint As TextRenderingHint |
This property specifies a member of the .NET TextRenderingHint enumeration.
See Also