Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / IsLayoutDirectionResolved Property


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