C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / Rectangle Class / Height Property


In This Topic
Height Property (Rectangle)
In This Topic
Gets or sets the height of rectangle annotation.
Syntax
'Declaration
 
Public Property Height As Double
 
'Usage
 
Dim instance As Rectangle
Dim value As Double
 
instance.Height = value
 
value = instance.Height
See Also