C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / Paint Property


In This Topic
Paint Property (C1CheckBox)
In This Topic
Syntax
'Declaration
 
Public Overridable ReadOnly Property Paint As Android.Text.TextPaint
 
'Usage
 
Dim instance As C1CheckBox
Dim value As Android.Text.TextPaint
 
value = instance.Paint
See Also