ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DataPointer Structure / IsEmpty Property

In This Topic
    IsEmpty Property (DataPointer)
    In This Topic
    Gets a value indicating whether this instance is empty (zeroed).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}

    Property Value

    true if this instance is empty; otherwise, false.
    See Also