C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / Alpha Property


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