Search
DiagramView.MinVisibleFontSize Property
See Also
 





Gets or sets a threshold value that hides text if scaled font sizes become smaller.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public float MinVisibleFontSize { get; set; }

Visual Basic  Copy Code

Public Property MinVisibleFontSize As Single

 Property Value

A float value specifying the smallest visible font size.

 See Also