C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumnHeaderCell Class / LayoutParameters Property


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