Search
Canvas.minVisibleFontSize Property
See Also
 






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

Namespace: MindFusion.Controls
File: Canvas.js

 Syntax

JavaScript  Copy Code

get minVisibleFontSize() {}
set minVisibleFontSize(value) {}

 Property Value

Number

A value specifying the smallest visible font size.

 See Also