ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 IntPtr _
    )
    public PropertyBag( 
       IntPtr propertyBagPointer
    )

    Parameters

    propertyBagPointer
    The property bag pointer.
    See Also