C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Circle Class / MinimumHeightRequest Property


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