ComponentOne Xamarin.iOS
RenderWidth Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Icon Class : RenderWidth Property
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
public double RenderWidth {get; set;}
See Also

Reference

C1Icon Class
C1Icon Members