Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Ellipse Class / IsFocused Property


In This Topic
    IsFocused Property (Ellipse)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFocused As Boolean
    'Usage
     
    
    Dim instance As Ellipse
    Dim value As Boolean
     
    value = instance.IsFocused
    public bool IsFocused {get;}
    See Also