C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / LayoutParameters Property


In This Topic
LayoutParameters Property (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
Public Overridable Property LayoutParameters As Android.Views.ViewGroup.LayoutParams
 
'Usage
 
Dim instance As C1VectorIcon
Dim value As Android.Views.ViewGroup.LayoutParams
 
instance.LayoutParameters = value
 
value = instance.LayoutParameters
See Also