ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / CppObject Class / Tag Property

In This Topic
    Tag Property
    In This Topic
    Gets or sets a custom user tag object to associate with this instance..
    Syntax
    'Declaration
     
    Public Property Tag As System.Object
    public System.object Tag {get; set;}

    Property Value

    The tag object.
    See Also