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


In This Topic
    TransformationMethod Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property TransformationMethod As Android.Text.Method.ITransformationMethod
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Android.Text.Method.ITransformationMethod
     
    instance.TransformationMethod = value
     
    value = instance.TransformationMethod
    public Android.Text.Method.ITransformationMethod TransformationMethod {get; set;}
    See Also