C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / LayoutParameters Property


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