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

    Property Value

    The weak reference to the tracked object.
    See Also