IAlphaMaskProvider Interface

Definition

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

Applies to