ComponentOne Xamarin.iOS Documentation
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / IImage Interface / Height Property


In This Topic
    Height Property (IImage)
    In This Topic
    Gets or sets the height of image annotation.
    Syntax
    'Declaration
     
    
    Property Height As Double
    'Usage
     
    
    Dim instance As IImage
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    double Height {get; set;}
    See Also