C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Polygon Class / HeightRequest Property


In This Topic
HeightRequest Property (Polygon)
In This Topic
Syntax
'Declaration
 
Public Property HeightRequest As Double
 
'Usage
 
Dim instance As Polygon
Dim value As Double
 
instance.HeightRequest = value
 
value = instance.HeightRequest
See Also