C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / WeightSum Property


In This Topic
WeightSum Property (C1DropDown)
In This Topic
Syntax
'Declaration
 
Public Overridable Property WeightSum As Single
 
'Usage
 
Dim instance As C1DropDown
Dim value As Single
 
instance.WeightSum = value
 
value = instance.WeightSum
See Also