Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewer Class / IsFocused Property


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