Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / WeightSum Property


In This Topic
    WeightSum Property (C1ComboBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property WeightSum As Single
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Single
     
    instance.WeightSum = value
     
    value = instance.WeightSum
    public virtual float WeightSum {get; set;}
    See Also