C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / ScaleX Property


In This Topic
ScaleX Property (C1BitmapIcon)
In This Topic
Syntax
'Declaration
 
Public Overridable Property ScaleX As Single
 
'Usage
 
Dim instance As C1BitmapIcon
Dim value As Single
 
instance.ScaleX = value
 
value = instance.ScaleX
See Also