SmallestVisibleSize

Gets and sets minimum font height, in pixels, at which the label disappears as you fly away from it.

The label can grow to a maximum of the FontSize multiplied by the Scale. After that, the label starts to scale down until it reaches the SmallestVisibleSize, at which point point, it disappears.

JavaScript

 

SmallestVisibleSize

 

C#

 

int SmallestVisibleSize { get; set; }

 

C++

 

HRESULT SmallestVisibleSize ([out, retval] long* pVal)

HRESULT SmallestVisibleSize ([in] long pVal)