Gets or sets the rendering mode for text displayed in this diagram.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# 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.
The text rendering mode specifies whether text renders with antialiasing and what type of antialiasing to use.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |