MindFusion WinForms Programmer's Guide
DiagramView.TextRenderingHint Property
See Also
 





Gets or sets the rendering mode for text displayed in this diagram.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public TextRenderingHint TextRenderingHint { get; set; }

Visual Basic  Copy Code

Public Property TextRenderingHint As TextRenderingHint

 Property Value

A member of the .NET TextRenderingHint enumeration. The default is SystemDefault.

 Remarks

The text rendering mode specifies whether text renders with antialiasing and what type of antialiasing to use.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WinForms Namespace
SmoothingMode Property