Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / Height Property


In This Topic
    Height Property (AnnotationLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Height As Integer
    'Usage
     
    
    Dim instance As AnnotationLayer
    Dim value As Integer
     
    value = instance.Height
    public int Height {get;}
    See Also