-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b78abd
commit 63043e3
Showing
83 changed files
with
2,701 additions
and
2,586 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
samples/NXUI.Sample.Web/AppBundle/staticwebapp.config.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// <auto-generated /> | ||
namespace NXUI; | ||
|
||
/// <summary> | ||
/// The avalonia builders. | ||
/// </summary> | ||
public static partial class Builders | ||
{ | ||
/// <summary> | ||
/// Creates a new instance of the <see cref="Avalonia.Media.BlurEffect"/> class. | ||
/// </summary> | ||
/// <returns>The new instance of the <see cref="Avalonia.Media.BlurEffect"/> class.</returns> | ||
public static Avalonia.Media.BlurEffect BlurEffect() | ||
=> new(); | ||
|
||
/// <summary> | ||
/// Creates a new instance of the <see cref="Avalonia.Media.BlurEffect"/> class. | ||
/// </summary> | ||
/// <param name="ref">The reference of the <see cref="Avalonia.Media.BlurEffect"/> instantiated class.</param> | ||
/// <returns>The new instance of the <see cref="Avalonia.Media.BlurEffect"/> class.</returns> | ||
public static Avalonia.Media.BlurEffect BlurEffect(out Avalonia.Media.BlurEffect @ref) | ||
=> @ref = new(); | ||
} |
23 changes: 23 additions & 0 deletions
23
src/NXUI/Generated/Builders/DropShadowDirectionEffect.Builders.g.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// <auto-generated /> | ||
namespace NXUI; | ||
|
||
/// <summary> | ||
/// The avalonia builders. | ||
/// </summary> | ||
public static partial class Builders | ||
{ | ||
/// <summary> | ||
/// Creates a new instance of the <see cref="Avalonia.Media.DropShadowDirectionEffect"/> class. | ||
/// </summary> | ||
/// <returns>The new instance of the <see cref="Avalonia.Media.DropShadowDirectionEffect"/> class.</returns> | ||
public static Avalonia.Media.DropShadowDirectionEffect DropShadowDirectionEffect() | ||
=> new(); | ||
|
||
/// <summary> | ||
/// Creates a new instance of the <see cref="Avalonia.Media.DropShadowDirectionEffect"/> class. | ||
/// </summary> | ||
/// <param name="ref">The reference of the <see cref="Avalonia.Media.DropShadowDirectionEffect"/> instantiated class.</param> | ||
/// <returns>The new instance of the <see cref="Avalonia.Media.DropShadowDirectionEffect"/> class.</returns> | ||
public static Avalonia.Media.DropShadowDirectionEffect DropShadowDirectionEffect(out Avalonia.Media.DropShadowDirectionEffect @ref) | ||
=> @ref = new(); | ||
} |
Oops, something went wrong.