ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 IDisposable
    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