C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Ellipse Class / IsEnabled Property


In This Topic
IsEnabled Property (Ellipse)
In This Topic
Syntax
'Declaration
 
Public Property IsEnabled As Boolean
 
'Usage
 
Dim instance As Ellipse
Dim value As Boolean
 
instance.IsEnabled = value
 
value = instance.IsEnabled
See Also