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

Visual Basic  Copy Code

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

 Parameters

value

 Return Value

 See Also