Search
DiagramView.SetMinVisibleFontSize Method
See Also
 





Sets a threshold value that hides text if scaled font sizes become smaller.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView SetMinVisibleFontSize (
    float value
)

Visual Basic  Copy Code

Public Function SetMinVisibleFontSize( _
    value As Single _
) As DiagramView

 Parameters

value

A float value specifying the smallest visible font size.

 Return Value

This DiagramView instance returned for chaining calls.

 See Also