Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / PaintFlags Property


In This Topic
    PaintFlags Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property PaintFlags As Android.Graphics.PaintFlags
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Android.Graphics.PaintFlags
     
    instance.PaintFlags = value
     
    value = instance.PaintFlags
    public virtual Android.Graphics.PaintFlags PaintFlags {get; set;}
    See Also