ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Object
    public object Tag {get; set;}

    Property Value

    The tag object.
    See Also