Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Icon Class / RenderHeight Property


In This Topic
    RenderHeight Property
    In This Topic
    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