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


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