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


In This Topic
Bounds Property (Circle)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Bounds As Xamarin.Forms.Rectangle
 
'Usage
 
Dim instance As Circle
Dim value As Xamarin.Forms.Rectangle
 
value = instance.Bounds
See Also