Difference between revisions of "Jly Icons8.IconSize"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision imported)
Line 7: Line 7:
 
| readonly=no
 
| readonly=no
 
}}
 
}}
 +
 +
 +
The size of the icon that will be loaded with this instance of jly_Icons8.
 +
 +
If you need an 32x32px icon @2x (for HiDPI) set this property to 32 and [[jly_Icons8.globalScaleFactor|globalScaleFactor]] to 2.0

Revision as of 17:05, 4 June 2017

Property (As Integer)
ajly_Icons8.IconSize = newValue
or
IntegerValue = ajly_Icons8.IconSize


The size of the icon that will be loaded with this instance of jly_Icons8.

If you need an 32x32px icon @2x (for HiDPI) set this property to 32 and globalScaleFactor to 2.0