Search
Diagram.MeasureTextRenderingHint Property
See Also
 





Gets or sets the TextRenderingHint to use when measuring texts. This should be effectively set to the value of DiagramView.TextRenderingHint.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static TextRenderingHint MeasureTextRenderingHint { get; set; }

Visual Basic  Copy Code

Public Shared Property MeasureTextRenderingHint As TextRenderingHint

 Property Value

 See Also