Search
NodeListView.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 NodeListView SetMinVisibleFontSize (
    float value
)

Visual Basic  Copy Code

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

 Parameters

value

A float value specifying the smallest visible font size.

 Return Value

This NodeListView instance for chaining method calls.

 See Also