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


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