C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / Image Class / Width Property


In This Topic
Width Property (Image)
In This Topic
Gets or sets the width of image annotation.
Syntax
'Declaration
 
Public Property Width As Double
 
'Usage
 
Dim instance As Image
Dim value As Double
 
instance.Width = value
 
value = instance.Width
See Also