Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / RenderNodeEventArgs Class / Height Property


In This Topic
    Height Property (RenderNodeEventArgs)
    In This Topic
    Gets the height of the node rectangle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Height As Double
    'Usage
     
    
    Dim instance As RenderNodeEventArgs
    Dim value As Double
     
    value = instance.Height
    public double Height {get;}
    See Also