Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / GetZ Method


In This Topic
    GetZ Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("getZ", 
       "()F", 
       "GetGetZHandler", 
       ApiSince=21)>
    Public Overridable Function GetZ() As Single
    'Usage
     
    
    Dim instance As C1Icon
    Dim value As Single
     
    value = instance.GetZ()
    [Android.Runtime.Register("getZ", 
       "()F", 
       "GetGetZHandler", 
       ApiSince=21)]
    public virtual float GetZ()
    See Also