C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / LayoutParameters Property


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