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 4
4
5
5
using Windows . UI . Composition ;
6
6
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
11
8
{
12
9
/// <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
14
11
/// </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