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


In This Topic
    Depth Property
    In This Topic
    Gets the depth of the node
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Depth As Integer
    'Usage
     
    
    Dim instance As RenderNodeEventArgs
    Dim value As Integer
     
    value = instance.Depth
    public int Depth {get;}
    See Also