File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Core/DropShadowPanel Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 44
55using Windows . UI . Composition ;
66
7- /// <summary>
8- /// Any user control can implement this interface to provide a custom alpha mask to it's parent <see cref="DropShadowPanel"/>
9- /// </summary>
10- public interface IAlphaMaskProvider
7+ namespace Microsoft . Toolkit . Uwp . UI
118{
129 /// <summary>
13- /// This method should return the appropiate alpha mask to be used in the shadow of this control
10+ /// Any user control can implement this interface to provide a custom alpha mask to it's parent DropShadowPanel
1411 /// </summary>
15- /// <returns>The alpha mask as a composition brush</returns>
16- CompositionBrush GetAlphaMask ( ) ;
17- }
12+ public interface IAlphaMaskProvider
13+ {
14+ /// <summary>
15+ /// This method should return the appropiate alpha mask to be used in the shadow of this control
16+ /// </summary>
17+ /// <returns>The alpha mask as a composition brush</returns>
18+ CompositionBrush GetAlphaMask ( ) ;
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments