Gets or sets the rendering mode for text displayed in this diagram.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public TextRenderingHint TextRenderingHint { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextRenderingHint As TextRenderingHint |
A member of the .NET TextRenderingHint enumeration. The default is SystemDefault.
RemarksThe text rendering mode specifies whether text renders with antialiasing and what type of antialiasing to use.
See Also