ComponentOne Xamarin.iOS
RenderHeight Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Icon Class : RenderHeight Property
Gets the height of the icon. If Nan, the arrange height will be used.
Syntax
'Declaration
 
Public Property RenderHeight As Double
'Usage
 
Dim instance As C1Icon
Dim value As Double
 
instance.RenderHeight = value
 
value = instance.RenderHeight
public double RenderHeight {get; set;}
See Also

Reference

C1Icon Class
C1Icon Members