Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1CompositeIcon Class / IsFocused Property


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