C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Icon Class / RenderWidth Property


In This Topic
RenderWidth Property
In This Topic
Gets the width of the icon. If Nan, the arrange width will be used.
Syntax
'Declaration
 
Public Property RenderWidth As Double
 
'Usage
 
Dim instance As C1Icon
Dim value As Double
 
instance.RenderWidth = value
 
value = instance.RenderWidth
See Also