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


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