Sets a threshold value that hides text if scaled font sizes become smaller.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public Overview SetMinVisibleFontSize ( |
Visual Basic
Copy Code
|
|---|
Public Function SetMinVisibleFontSize( _ |
A float value specifying the smallest visible font size.
This Overview instance for chaining method calls.
See Also