ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ICallbackable Interface / Shadow Property

In This Topic
    Shadow Property (ICallbackable)
    In This Topic
    Gets or sets the unmanaged shadow callback.
    Syntax
    'Declaration
     
    Property Shadow As System.IDisposable
    System.IDisposable Shadow {get; set;}
    Remarks
    This property is set whenever this instance has an unmanaged shadow callback registered. This callback must be disposed when disposing this instance.
    See Also