ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ObjectReference Class / Object Property

In This Topic
    Object Property
    In This Topic
    Gets a weak reference to the tracked object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Object As System.WeakReference
    public System.WeakReference Object {get;}

    Property Value

    The weak reference to the tracked object.
    See Also