Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1CheckBox Class / Tag Property


In This Topic
    Tag Property
    In This Topic
    Gets or sets an arbitrary object value that can be used to store custom information about this object.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Object
     
    instance.Tag = value
     
    value = instance.Tag
    public object Tag {get; set;}
    See Also