IAlphaMaskProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Any user control can implement this interface to provide a custom alpha mask to it's parent DropShadowPanel
public interface IAlphaMaskProvider
type IAlphaMaskProvider = interface
Public Interface IAlphaMaskProvider
- Derived
Properties
WaitUntilLoaded |
Gets a value indicating whether the AlphaMask needs to be retrieved after the element has loaded. |
Methods
GetAlphaMask() |
This method should return the appropiate alpha mask to be used in the shadow of this control |