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


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