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
public virtual float Alpha {get; set;}
See Also