ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Storage Namespace / PropertyBag Class / PropertyBag Constructor
The property bag pointer.

In This Topic
    PropertyBag Constructor
    In This Topic
    Initializes a new instance of the PropertyBag class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propertyBagPointer As System.IntPtr _
    )
    public PropertyBag( 
       System.IntPtr propertyBagPointer
    )

    Parameters

    propertyBagPointer
    The property bag pointer.
    See Also