Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / LayoutParameters Property


In This Topic
    LayoutParameters Property (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property LayoutParameters As Android.Views.ViewGroup.LayoutParams
    'Usage
     
    
    Dim instance As C1Icon
    Dim value As Android.Views.ViewGroup.LayoutParams
     
    instance.LayoutParameters = value
     
    value = instance.LayoutParameters
    public virtual Android.Views.ViewGroup.LayoutParams LayoutParameters {get; set;}
    See Also