diff --git a/MAUI/Accordion/NuGet.config b/MAUI/Accordion/NuGet.config deleted file mode 100644 index 2e1f0efd..00000000 --- a/MAUI/Accordion/NuGet.config +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion.sln b/MAUI/Accordion/SampleBrowser.Maui.Accordion.sln deleted file mode 100644 index c1a588e5..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion.sln +++ /dev/null @@ -1,31 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31611.283 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.Accordion", "SampleBrowser.Maui.Accordion\SampleBrowser.Maui.Accordion.csproj", "{3CEA2BFF-0153-495F-957A-B443600F3DA0}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Release-Xml|Any CPU = Release-Xml|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3CEA2BFF-0153-495F-957A-B443600F3DA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3CEA2BFF-0153-495F-957A-B443600F3DA0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3CEA2BFF-0153-495F-957A-B443600F3DA0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {3CEA2BFF-0153-495F-957A-B443600F3DA0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3CEA2BFF-0153-495F-957A-B443600F3DA0}.Release|Any CPU.Build.0 = Release|Any CPU - {3CEA2BFF-0153-495F-957A-B443600F3DA0}.Release|Any CPU.Deploy.0 = Release|Any CPU - {3CEA2BFF-0153-495F-957A-B443600F3DA0}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU - {3CEA2BFF-0153-495F-957A-B443600F3DA0}.Release-Xml|Any CPU.Build.0 = Release|Any CPU - {3CEA2BFF-0153-495F-957A-B443600F3DA0}.Release-Xml|Any CPU.Deploy.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} - EndGlobalSection -EndGlobal diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/AccordionSamplesList.xml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/AccordionSamplesList.xml deleted file mode 100644 index cc3e14bf..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/AccordionSamplesList.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/App.xaml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/App.xaml deleted file mode 100644 index ce39e713..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/App.xaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/App.xaml.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/App.xaml.cs deleted file mode 100644 index 3611cb42..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/App.xaml.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using SampleBrowser.Maui.Accordion.SfAccordion; -using System.Reflection; - -namespace SampleBrowser.Maui.Accordion; - -public partial class App : Application -{ - public App() - { - InitializeComponent(); - var appInfo = typeof(App).GetTypeInfo().Assembly; - SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true; - MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo); - } -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/ControlConfig.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/ControlConfig.cs deleted file mode 100644 index ae1d5b96..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/ControlConfig.cs +++ /dev/null @@ -1,19 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace SampleBrowser.Maui.Accordion -{ - public class ControlConfig - { - } -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/ControlList.xml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/ControlList.xml deleted file mode 100644 index 8c61e79a..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/ControlList.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/MauiProgram.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/MauiProgram.cs deleted file mode 100644 index 0648aceb..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/MauiProgram.cs +++ /dev/null @@ -1,32 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -namespace SampleBrowser.Maui.Accordion; -using Syncfusion.Maui.Core.Hosting; -using SampleBrowser.Maui.Base.Hosting; - - - -public static class MauiProgram -{ - public static MauiApp CreateMauiApp() - { - var builder = MauiApp.CreateBuilder(); - builder - .UseMauiApp() - .ConfigureSyncfusionCore() - .ConfigureFonts(fonts => - { - fonts.AddFont("Roboto-Medium.ttf", "Roboto-Medium"); - fonts.AddFont("Roboto-Regular.ttf", "Roboto-Regular"); - fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); - fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); - }); - builder.ConfigureSampleBrowserBase(); - return builder.Build(); - } -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/AndroidManifest.xml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/AndroidManifest.xml deleted file mode 100644 index e9937ad7..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/AndroidManifest.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/MainActivity.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/MainActivity.cs deleted file mode 100644 index cb65b6a2..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/MainActivity.cs +++ /dev/null @@ -1,17 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Android.App; -using Android.Content.PM; -using Android.OS; - -namespace SampleBrowser.Maui.Accordion; - -[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] -public class MainActivity : MauiAppCompatActivity -{ -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/MainApplication.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/MainApplication.cs deleted file mode 100644 index 3f656a46..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/MainApplication.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Android.App; -using Android.Runtime; - -namespace SampleBrowser.Maui.Accordion; - -[Application] -public class MainApplication : MauiApplication -{ - public MainApplication(IntPtr handle, JniHandleOwnership ownership) - : base(handle, ownership) - { - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/Resources/values/colors.xml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/Resources/values/colors.xml deleted file mode 100644 index c04d7492..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Android/Resources/values/colors.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - #512BD4 - #2B0B98 - #2B0B98 - \ No newline at end of file diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/MacCatalyst/AppDelegate.cs deleted file mode 100644 index b085978f..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/MacCatalyst/AppDelegate.cs +++ /dev/null @@ -1,16 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Foundation; - -namespace SampleBrowser.Maui.Accordion; - -[Register("AppDelegate")] -public class AppDelegate : MauiUIApplicationDelegate -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/MacCatalyst/Info.plist b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/MacCatalyst/Info.plist deleted file mode 100644 index c96dd0a2..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/MacCatalyst/Info.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - UIDeviceFamily - - 1 - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/MacCatalyst/Program.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/MacCatalyst/Program.cs deleted file mode 100644 index d084ba6e..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/MacCatalyst/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using ObjCRuntime; -using UIKit; - -namespace SampleBrowser.Maui.Accordion; - -public class Program -{ - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Tizen/Main.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Tizen/Main.cs deleted file mode 100644 index e02dbd08..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Tizen/Main.cs +++ /dev/null @@ -1,23 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using System; -using Microsoft.Maui; -using Microsoft.Maui.Hosting; - -namespace SampleBrowser.Maui.Accordion; - -class Program : MauiApplication -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - - static void Main(string[] args) - { - var app = new Program(); - app.Run(args); - } -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Tizen/tizen-manifest.xml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Tizen/tizen-manifest.xml deleted file mode 100644 index dfcdc316..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Tizen/tizen-manifest.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - maui-appicon-placeholder - - - - - http://tizen.org/privilege/internet - - - - \ No newline at end of file diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/App.xaml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/App.xaml deleted file mode 100644 index 131ad030..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/App.xaml.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/App.xaml.cs deleted file mode 100644 index 211af78a..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/App.xaml.cs +++ /dev/null @@ -1,50 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Microsoft.UI.Xaml; - -// To learn more about WinUI, the WinUI project structure, -// and more about our project templates, see: http://aka.ms/winui-project-info. - -namespace SampleBrowser.Maui.Accordion.WinUI; - -/// -/// Provides application-specific behavior to supplement the default Application class. -/// -public partial class App : MauiWinUIApplication -{ - /// - /// Initializes the singleton application object. This is the first line of authored code - /// executed, and as such is the logical equivalent of main() or WinMain(). - /// - public App() - { - this.InitializeComponent(); - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - - protected override void OnLaunched(LaunchActivatedEventArgs args) - { - base.OnLaunched(args); - - if (IPlatformApplication.Current != null) - { - foreach (var item in IPlatformApplication.Current.Application.Windows) - { - var platformWindow = (item?.Handler?.PlatformView as Microsoft.UI.Xaml.Window); - - if (platformWindow != null) - { - platformWindow.ExtendsContentIntoTitleBar = false; - platformWindow.Title = ".NET MAUI Accordion Demo"; - } - } - } - } -} - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/Package.appxmanifest b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/Package.appxmanifest deleted file mode 100644 index ad641652..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/Package.appxmanifest +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - $placeholder$ - User Name - $placeholder$.png - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/app.manifest b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/app.manifest deleted file mode 100644 index 6c162b02..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/Windows/app.manifest +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - true/PM - PerMonitorV2, PerMonitor - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/iOS/AppDelegate.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/iOS/AppDelegate.cs deleted file mode 100644 index b085978f..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/iOS/AppDelegate.cs +++ /dev/null @@ -1,16 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Foundation; - -namespace SampleBrowser.Maui.Accordion; - -[Register("AppDelegate")] -public class AppDelegate : MauiUIApplicationDelegate -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/iOS/Info.plist b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/iOS/Info.plist deleted file mode 100644 index 0004a4fd..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/iOS/Info.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - LSRequiresIPhoneOS - - UIDeviceFamily - - 1 - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/iOS/Program.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/iOS/Program.cs deleted file mode 100644 index d084ba6e..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Platforms/iOS/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using ObjCRuntime; -using UIKit; - -namespace SampleBrowser.Maui.Accordion; - -public class Program -{ - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Properties/launchSettings.json b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Properties/launchSettings.json deleted file mode 100644 index edf8aadc..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "Windows Machine": { - "commandName": "MsixPackage", - "nativeDebugging": false - } - } -} \ No newline at end of file diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/AppIcon/appicon.svg b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/AppIcon/appicon.svg deleted file mode 100644 index 9d63b651..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/AppIcon/appicon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/AppIcon/appiconfg.svg b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/AppIcon/appiconfg.svg deleted file mode 100644 index 208b00c3..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/AppIcon/appiconfg.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/AccordionFontIcons.ttf b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/AccordionFontIcons.ttf deleted file mode 100644 index e8b5be14..00000000 Binary files a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/AccordionFontIcons.ttf and /dev/null differ diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/OpenSans-Regular.ttf deleted file mode 100644 index e248a957..00000000 Binary files a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/OpenSans-Semibold.ttf deleted file mode 100644 index dbc95725..00000000 Binary files a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/Roboto-Medium.ttf b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/Roboto-Medium.ttf deleted file mode 100644 index e89b0b79..00000000 Binary files a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/Roboto-Medium.ttf and /dev/null differ diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/Roboto-Regular.ttf b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/Roboto-Regular.ttf deleted file mode 100644 index 3d6861b4..00000000 Binary files a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Fonts/Roboto-Regular.ttf and /dev/null differ diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Images/dotnet_bot.svg b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Images/dotnet_bot.svg deleted file mode 100644 index abfaff26..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Images/dotnet_bot.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Raw/AboutAssets.txt b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Raw/AboutAssets.txt deleted file mode 100644 index 15d62448..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Raw/AboutAssets.txt +++ /dev/null @@ -1,15 +0,0 @@ -Any raw assets you want to be deployed with your application can be placed in -this directory (and child directories). Deployment of the asset to your application -is automatically handled by the following `MauiAsset` Build Action within your `.csproj`. - - - -These files will be deployed with you package and will be accessible using Essentials: - - async Task LoadMauiAsset() - { - using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt"); - using var reader = new StreamReader(stream); - - var contents = reader.ReadToEnd(); - } diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Splash/splash.svg b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Splash/splash.svg deleted file mode 100644 index 938dea9a..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Splash/splash.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Styles/Colors.xaml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Styles/Colors.xaml deleted file mode 100644 index 245758ba..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Styles/Colors.xaml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - #512BD4 - #DFD8F7 - #2B0B98 - White - Black - #E1E1E1 - #C8C8C8 - #ACACAC - #919191 - #6E6E6E - #404040 - #212121 - #141414 - - - - - - - - - - - - - - - #F7B548 - #FFD590 - #FFE5B9 - #28C2D1 - #7BDDEF - #C3F2F4 - #3E8EED - #72ACF1 - #A7CBF6 - - \ No newline at end of file diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Styles/Styles.xaml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Styles/Styles.xaml deleted file mode 100644 index dc4a0347..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Resources/Styles/Styles.xaml +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/SampleBrowser.Maui.Accordion.csproj b/MAUI/Accordion/SampleBrowser.Maui.Accordion/SampleBrowser.Maui.Accordion.csproj deleted file mode 100644 index 5a212cae..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/SampleBrowser.Maui.Accordion.csproj +++ /dev/null @@ -1,98 +0,0 @@ - - - - net8.0-android;net8.0-ios;net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 - - - Exe - SampleBrowser.Maui.Accordion - true - true - enable - true - true - latest - latest-recommended - true - enable - $(NoWarn);NU1803 - - - SampleBrowser.Maui.Accordion - - - com.companyname.samplebrowser.maui.accordion - ac8b7816-b396-4e19-b5b3-f2e82474e81d - - - 1.0 - 1 - - 14.2 - 14.0 - 21.0 - 10.0.18362.0 - 10.0.18362.0 - - - - TRACE;DEBUG; - true - 5 - - - - TRACE;RELEASE; - true - 5 - - - - TRACE;RELEASE; - true - 5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/SampleBrowser.Maui.Accordion.nuspec b/MAUI/Accordion/SampleBrowser.Maui.Accordion/SampleBrowser.Maui.Accordion.nuspec deleted file mode 100644 index 06cf6f08..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/SampleBrowser.Maui.Accordion.nuspec +++ /dev/null @@ -1,15 +0,0 @@ - - - - SampleBrowser.Maui.Accordion - 20.1.0.1 - Syncfusion Inc. - Syncfusion Inc. - true - http://www.syncfusion.com/nuget/license - http://www.syncfusion.com/ - http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png - Accordion component for Syncfusion .NET MAUI - Copyright 2001 - 2019 Syncfusion Inc. - - \ No newline at end of file diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/SampleBrowser.Maui.Accordion.props b/MAUI/Accordion/SampleBrowser.Maui.Accordion/SampleBrowser.Maui.Accordion.props deleted file mode 100644 index e24f6afc..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/SampleBrowser.Maui.Accordion.props +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - Samples\Accordion\GettingStarted\View\GettingStarted.xaml.cs - GettingStarted.xaml - - - - - Samples\Accordion\GettingStarted\Model\EmployeeInfo.cs - - - - Samples\Accordion\GettingStarted\ViewModel\EmployeeDetails.cs - - - - - - - AccordionSamplesList.xml - - - - - - Samples\Accordion\GettingStarted\View\GettingStarted.xaml - - - - \ No newline at end of file diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/Model/EmployeeInfo.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/Model/EmployeeInfo.cs deleted file mode 100644 index 4744bca6..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/Model/EmployeeInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace SampleBrowser.Maui.Accordion.SfAccordion -{ - public class EmployeeInfo - { - #region Constructor - - public EmployeeInfo(string name, string image, string position, string organizationunit, string dateofbirth, string location, string phone, bool isexpanded, string description) - { - Name = name; - Image = image; - Position = position; - OrganizationUnit = organizationunit; - DateOfBirth = dateofbirth; - Location = location; - Phone = phone; - IsExpanded = isexpanded; - Description = description; - } - - #endregion - - #region Properties - - public string Name { get; set; } - - public string Image { get; set; } - - public string Position { get; set; } - - public string OrganizationUnit { get; set; } - - public string DateOfBirth { get; set; } - - public string Location { get; set; } - - public string Phone { get; set; } - - public bool IsExpanded { get; set; } - - public string Description { get; set; } - - #endregion - } -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/View/GettingStarted.xaml b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/View/GettingStarted.xaml deleted file mode 100644 index 8d4d8fb9..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/View/GettingStarted.xaml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/View/GettingStarted.xaml.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/View/GettingStarted.xaml.cs deleted file mode 100644 index 12691c20..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/View/GettingStarted.xaml.cs +++ /dev/null @@ -1,29 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using SampleBrowser.Maui.Base; -using Syncfusion.Maui.Accordion; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using static Microsoft.Maui.ApplicationModel.Permissions; -using System.Xml.Linq; - - -namespace SampleBrowser.Maui.Accordion.SfAccordion -{ - public partial class GettingStarted : SampleView - { - public GettingStarted() - { - InitializeComponent(); - } - } -} - diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/ViewModel/EmployeeDetails.cs b/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/ViewModel/EmployeeDetails.cs deleted file mode 100644 index 5912b9ec..00000000 --- a/MAUI/Accordion/SampleBrowser.Maui.Accordion/Samples/Accordion/GettingStarted/ViewModel/EmployeeDetails.cs +++ /dev/null @@ -1,68 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using System; -using System.Collections.Generic; -using System.Collections.ObjectModel; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace SampleBrowser.Maui.Accordion.SfAccordion -{ - public class EmployeeDetails - { - #region Fields - - private ObservableCollection? _employee; - - string[] Description = new string[] - { - "Robin Rane, Chairman of ABC Inc., leads with dedication and vision.Under his guidance, the company thrives and continues to make a significant impact in the industry.", - "Paul Vent, General Manager of XYZ Corp., oversees daily operations, ensuring the company's success and growth through strategic planning and effective management practices.", - "Clara Venus, Asst. Manager at ABC Inc., efficiently handles multiple tasks. With her strong skill set and dedication, she contributes significantly to the company's growth and success.", - "Maria Even, a highly experienced professional, holds the position of Executive Manager at XYZ Corp. She oversees crucial operations, enforcing company policies and practices.", - "Mark Zuen, Senior Executive at ABC Inc., skillfully manages business operations. He is adept at leadership and strategic thinking.", - "Eric John, Technical Manager at ABC Inc., expertly leads his team to develop innovative solutions, creating value for the company", - "Chris Marker serves as the Senior Accountant at XYZ Corp. With extensive experience, he skillfully manages the company's financial matters, ensuring accuracy and compliance.", - "Seria Stein, an Account Executive at ABC Inc., adeptly manages client portfolios, ensuring their satisfaction. She is a great communicator, skilled in building relationships.", - "Angelina Justin, HR Manager at XYZ Corp., expertly handles workplace dynamics with her exceptional communication and problem-solving skills, fostering a positive work environment" - }; - - #endregion - - #region Constructor - - public EmployeeDetails() - { - Employees = new ObservableCollection(); - Employees.Add(new EmployeeInfo("Robin Rane", "emp_01.png", "Chairman", "ABC Inc.", "09/17/1973", "Boston", "(617) 555-1234", false, Description[0])); - Employees.Add(new EmployeeInfo("Paul Vent", "emp_02.png", "General Manager", "XYZ Corp.", "05/27/1985", "New York", "(212) 555-1234", true, Description[1])); - Employees.Add(new EmployeeInfo("Clara Venus", "emp_03.png", "Assistant Manager", "ABC Inc.", "07/22/1988", "California", "(415) 123-4567", false, Description[2])); - Employees.Add(new EmployeeInfo("Maria Even", "emp_04.png", "Executive Manager", "XYZ Corp.", "04/16/1970", "New York", "(516) 345-6789", false, Description[3])); - Employees.Add(new EmployeeInfo("Mark Zuen", "emp_05.png", "Senior Executive", "ABC Inc.", "09/11/1983", "Boston", "(617) 123-4567", false, Description[4])); - Employees.Add(new EmployeeInfo("Eric John", "emp_06.png", "Technical Manager", "ABC Inc.", "12/09/1985", "New Jersey", "(201) 555-1234", false, Description[5])); - Employees.Add(new EmployeeInfo("Chris Marker", "emp_07.png", "Senior Accountant", "XYZ Corp.", "03/14/1986", "California", "(714) 555-5678", false, Description[6])); - Employees.Add(new EmployeeInfo("Seria Stein", "emp_08.png", "Account Executive", "XYZ Corp.", "02/07/1985", "New York", "(646) 987-6543", false, Description[7])); - Employees.Add(new EmployeeInfo("Angelina Justin", "emp_09.png", "HR Manager", "XYZ Corp.", "07/11/1972", "Boston", "(617) 987-6543", false, Description[8])); - } - - #endregion - - #region Properties - - public ObservableCollection? Employees - { - get { return _employee; } - set { _employee = value; } - } - - #endregion - - - } -} diff --git a/MAUI/Accordion/SampleBrowser.Maui.Accordion/SyncfusionLicense.txt b/MAUI/Accordion/SampleBrowser.Maui.Accordion/SyncfusionLicense.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/MAUI/AvatarView/NuGet.config b/MAUI/AvatarView/NuGet.config deleted file mode 100644 index 2e1f0efd..00000000 --- a/MAUI/AvatarView/NuGet.config +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView.sln b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView.sln deleted file mode 100644 index 91fa273a..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView.sln +++ /dev/null @@ -1,31 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31611.283 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.AvatarView", "SampleBrowser.Maui.AvatarView\SampleBrowser.Maui.AvatarView.csproj", "{FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Release-Xml|Any CPU = Release-Xml|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release|Any CPU.Build.0 = Release|Any CPU - {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release|Any CPU.Deploy.0 = Release|Any CPU - {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release-Xml|Any CPU.ActiveCfg = Release-Xml|Any CPU - {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release-Xml|Any CPU.Build.0 = Release-Xml|Any CPU - {FFF8474B-FAB6-4FF2-BE38-C0405027F4D5}.Release-Xml|Any CPU.Deploy.0 = Release-Xml|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} - EndGlobalSection -EndGlobal diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml deleted file mode 100644 index f526793a..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml.cs deleted file mode 100644 index f5bdd1d9..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/App.xaml.cs +++ /dev/null @@ -1,24 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using System.Reflection; - -namespace SampleBrowser.Maui.AvatarView; - -public partial class App : Application -{ - public App() - { - InitializeComponent(); - - //MainPage = new AppShell(); - - var appInfo = typeof(App).GetTypeInfo().Assembly; - SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true; - MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo); - } -} diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/AvatarViewSamplesList.xml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/AvatarViewSamplesList.xml deleted file mode 100644 index f77e4b67..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/AvatarViewSamplesList.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlConfig.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlConfig.cs deleted file mode 100644 index 09f428f6..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlConfig.cs +++ /dev/null @@ -1,14 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -namespace SampleBrowser.Maui.AvatarView -{ - // All the code in this file is included in all platforms. - public class ControlConfig - { - } -} \ No newline at end of file diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlList.xml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlList.xml deleted file mode 100644 index 41ea1b67..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/ControlList.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/MauiProgram.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/MauiProgram.cs deleted file mode 100644 index a0712d1b..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/MauiProgram.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -namespace SampleBrowser.Maui.AvatarView; - -using Syncfusion.Maui.Core.Hosting; -using SampleBrowser.Maui.Base.Hosting; - -public static class MauiProgram -{ - public static MauiApp CreateMauiApp() - { - var builder = MauiApp.CreateBuilder(); - builder - .UseMauiApp() - .ConfigureSyncfusionCore() - .ConfigureFonts(fonts => - { - fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); - fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); - }); - builder.ConfigureSampleBrowserBase(); - - return builder.Build(); - } -} diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/AndroidManifest.xml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/AndroidManifest.xml deleted file mode 100644 index e9937ad7..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/AndroidManifest.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainActivity.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainActivity.cs deleted file mode 100644 index 44e70fd5..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainActivity.cs +++ /dev/null @@ -1,17 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Android.App; -using Android.Content.PM; -using Android.OS; - -namespace SampleBrowser.Maui.AvatarView; - -[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] -public class MainActivity : MauiAppCompatActivity -{ -} diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainApplication.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainApplication.cs deleted file mode 100644 index 5de304d6..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/MainApplication.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Android.App; -using Android.Runtime; - -namespace SampleBrowser.Maui.AvatarView; - -[Application] -public class MainApplication : MauiApplication -{ - public MainApplication(IntPtr handle, JniHandleOwnership ownership) - : base(handle, ownership) - { - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/Resources/values/colors.xml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/Resources/values/colors.xml deleted file mode 100644 index c04d7492..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Android/Resources/values/colors.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - #512BD4 - #2B0B98 - #2B0B98 - \ No newline at end of file diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/AppDelegate.cs deleted file mode 100644 index 21cdb0a1..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/AppDelegate.cs +++ /dev/null @@ -1,16 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Foundation; - -namespace SampleBrowser.Maui.AvatarView; - -[Register("AppDelegate")] -public class AppDelegate : MauiUIApplicationDelegate -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Info.plist b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Info.plist deleted file mode 100644 index c96dd0a2..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Info.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - UIDeviceFamily - - 1 - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Program.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Program.cs deleted file mode 100644 index e2ee9806..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/MacCatalyst/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using ObjCRuntime; -using UIKit; - -namespace SampleBrowser.Maui.AvatarView; - -public class Program -{ - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } -} diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml deleted file mode 100644 index 643d390a..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml.cs deleted file mode 100644 index b50d2aa1..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/App.xaml.cs +++ /dev/null @@ -1,54 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Microsoft.Maui; -using Microsoft.Maui.Hosting; -using Microsoft.UI; -using Microsoft.UI.Windowing; -using Microsoft.UI.Xaml; -using WinRT.Interop; - -// To learn more about WinUI, the WinUI project structure, -// and more about our project templates, see: http://aka.ms/winui-project-info. - -namespace SampleBrowser.Maui.AvatarView.WinUI; - -/// -/// Provides application-specific behavior to supplement the default Application class. -/// -public partial class App : MauiWinUIApplication -{ - /// - /// Initializes the singleton application object. This is the first line of authored code - /// executed, and as such is the logical equivalent of main() or WinMain(). - /// - public App() - { - this.InitializeComponent(); - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - - protected override void OnLaunched(LaunchActivatedEventArgs args) - { - base.OnLaunched(args); - if (IPlatformApplication.Current != null) - { - foreach (var item in IPlatformApplication.Current.Application.Windows) - { - var platformWindow = (item?.Handler?.PlatformView as Microsoft.UI.Xaml.Window); - - if (platformWindow != null) - { - platformWindow.ExtendsContentIntoTitleBar = false; - platformWindow.Title = ".NET MAUI Avatar View Demo"; - } - } - } - } -} - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/Package.appxmanifest b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/Package.appxmanifest deleted file mode 100644 index 2bcb11ed..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/Package.appxmanifest +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - $placeholder$ - User Name - $placeholder$.png - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/app.manifest b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/app.manifest deleted file mode 100644 index 3aa8d300..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/Windows/app.manifest +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - true/PM - PerMonitorV2, PerMonitor - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/AppDelegate.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/AppDelegate.cs deleted file mode 100644 index 21cdb0a1..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/AppDelegate.cs +++ /dev/null @@ -1,16 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Foundation; - -namespace SampleBrowser.Maui.AvatarView; - -[Register("AppDelegate")] -public class AppDelegate : MauiUIApplicationDelegate -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Info.plist b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Info.plist deleted file mode 100644 index 0004a4fd..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Info.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - LSRequiresIPhoneOS - - UIDeviceFamily - - 1 - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Program.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Program.cs deleted file mode 100644 index e2ee9806..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Platforms/iOS/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using ObjCRuntime; -using UIKit; - -namespace SampleBrowser.Maui.AvatarView; - -public class Program -{ - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } -} diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Properties/launchSettings.json b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Properties/launchSettings.json deleted file mode 100644 index edf8aadc..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "Windows Machine": { - "commandName": "MsixPackage", - "nativeDebugging": false - } - } -} \ No newline at end of file diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appicon.svg b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appicon.svg deleted file mode 100644 index e42a9f05..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appicon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appiconfg.svg b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appiconfg.svg deleted file mode 100644 index 208b00c3..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/AppIcon/appiconfg.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Regular.ttf deleted file mode 100644 index 2c944137..00000000 Binary files a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Semibold.ttf deleted file mode 100644 index 3c54fa71..00000000 Binary files a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Raw/AboutAssets.txt b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Raw/AboutAssets.txt deleted file mode 100644 index 15d62448..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Raw/AboutAssets.txt +++ /dev/null @@ -1,15 +0,0 @@ -Any raw assets you want to be deployed with your application can be placed in -this directory (and child directories). Deployment of the asset to your application -is automatically handled by the following `MauiAsset` Build Action within your `.csproj`. - - - -These files will be deployed with you package and will be accessible using Essentials: - - async Task LoadMauiAsset() - { - using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt"); - using var reader = new StreamReader(stream); - - var contents = reader.ReadToEnd(); - } diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Splash/splash.svg b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Splash/splash.svg deleted file mode 100644 index 7427b2d1..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Resources/Splash/splash.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.csproj b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.csproj deleted file mode 100644 index 9a95bafe..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.csproj +++ /dev/null @@ -1,91 +0,0 @@ - - - - net8.0-android;net8.0-ios;net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 - Exe - SampleBrowser.Maui.AvatarView - true - true - enable - true - true - latest - latest-recommended - true - enable - $(NoWarn);NU1803 - - - SampleBrowser.Maui.AvatarView - - - com.syncfusion.samplebrowser.maui.avatarview - 98983B4D-24C6-44A2-9D3F-15EFE7ABD3D0 - - - 1.0 - 1 - - 14.2 - 14.0 - 21.0 - 10.0.18362.0 - 10.0.18362.0 - Debug;Release;Release-Xml - - - - TRACE;DEBUG; - true - 5 - - - - TRACE;RELEASE; - true - 5 - - - - TRACE;RELEASE; - true - 5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.nuspec b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.nuspec deleted file mode 100644 index 654b1321..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.nuspec +++ /dev/null @@ -1,15 +0,0 @@ - - - - SampleBrowser.Maui.AvatarView - 20.1.0.1 - Syncfusion Inc. - Syncfusion Inc. - true - http://www.syncfusion.com/nuget/license - http://www.syncfusion.com/ - http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png - AvatarView component for Syncfusion .NET MAUI - Copyright 2001 - 2019 Syncfusion Inc. - - \ No newline at end of file diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.props b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.props deleted file mode 100644 index 860fda1e..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SampleBrowser.Maui.AvatarView.props +++ /dev/null @@ -1,41 +0,0 @@ - - - - - Samples\AvatarView\AvatarViewGettingStarted\AvatarViewGettingStarted.xaml.cs - AvatarViewGettingStarted.xaml - - - - Samples\AvatarView\GroupView\GroupView.xaml.cs - GroupView.xaml - - - - Samples\AvatarView\VisualStyleSample\VisualStyleSample.xaml.cs - VisualStyleSample.xaml - - - - - - AvatarViewSamplesList.xml - - - - - - Samples\AvatarView\AvatarViewGettingStarted\AvatarViewGettingStarted.xaml - - - - - Samples\AvatarView\GroupView\GroupView.xaml - - - - - Samples\AvatarView\VisualStyleSample\VisualStyleSample.xaml - - - \ No newline at end of file diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml deleted file mode 100644 index 39a5b660..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml.cs deleted file mode 100644 index 2e60fe83..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/AvatarViewGettingStarted/AvatarViewGettingStarted.xaml.cs +++ /dev/null @@ -1,499 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion - -using SampleBrowser.Maui.Base; -using Syncfusion.Maui.Core; -using System.Collections.ObjectModel; - -namespace SampleBrowser.Maui.AvatarView.SfAvatarView; -public partial class AvatarViewGettingStarted : SampleView -{ - - private bool usedoublecharacter = false; - public bool UseDoubleCharacter - { - get - { - return usedoublecharacter; - } - set - { - usedoublecharacter = value; - if (value) - { - usedoublecharacter = true; - InitialsType = InitialsType.DoubleCharacter; - //SetAvatarName(); - } - else - { - usedoublecharacter = false; - InitialsType = InitialsType.SingleCharacter; - //SetAvatarName(); - - } - - this.OnPropertyChanged(); - } - } - - private InitialsType initials; - - public InitialsType InitialsType - { - get - { - return initials; - - } - set - { - initials = value; - this.OnPropertyChanged(); - } - } - - private GradientBrush? gradientBrush; - - public GradientBrush? GradientBrush - { - get - { - return gradientBrush; - } - set - { - gradientBrush = value; - this.OnPropertyChanged(); - } - } - - private bool useCustomAvatar = false; - - public bool UseCustomAvatar - { - get - { - return useCustomAvatar; - } - set - { - useCustomAvatar = value; - - if (value) - { - UseInitialAvatar = false; - ContentType = ContentType.Custom; - } - else - { - ContentType = ContentType.Initials; - UseInitialAvatar = true; - } - - this.OnPropertyChanged(); - } - } - - private ContentType contentType = ContentType.Initials; - - public ContentType ContentType - { - get - { - return contentType; - } - set - { - contentType = value; - this.OnPropertyChanged(); - } - } - - private bool editionIsVisible = true; - - public bool EditionIsVisible - { - get - { - return editionIsVisible; - } - set - { - editionIsVisible = value; - this.OnPropertyChanged(); - } - } - - private bool useInitialAvatar = true; - - public bool UseInitialAvatar - { - get - { - return useInitialAvatar; - } - set - { - useInitialAvatar = value; - if (value) - ColorPickerOpacity = 1; - else - ColorPickerOpacity = 0.3; - this.OnPropertyChanged(); - } - } - - private bool useGradients; - - public bool UseGradients - { - get - { - return useGradients; - } - set - { - useGradients = value; - if (useGradients) - { - SetGradients(); - SetColorToAvatar(); - } - else - { - SetGradients(); - PopulateColorCollection(); - SetColorToAvatar(); - - } - this.OnPropertyChanged(); - } - } - - private String firstName = "Ellana"; - - public String FirstName - { - get - { - return firstName; - } - set - { - firstName = value; - UserName = FirstName + " " + LastName; - this.OnPropertyChanged(); - } - } - - private String? lastName; - - public String? LastName - { - get - { - return lastName; - } - set - { - lastName = value; - UserName = FirstName + " " + LastName; - this.OnPropertyChanged(); - } - } - - private String? userName; - - public String? UserName - { - get - { - return userName; - } - set - { - userName = value; - TitleText = value; - this.OnPropertyChanged(); - } - } - - private String? titleText; - - public String? TitleText - { - get - { - if (UserName == String.Empty || UserName == " ") - return String.Empty; - return "Hi " + titleText; - } - set - { - titleText = value; - this.OnPropertyChanged(); - } - } - - private Color? profileColor; - - public Color? ProfileColor - { - get - { - return profileColor; - } - set - { - profileColor = value; - this.OnPropertyChanged(); - } - } - - private Color? textColor; - - public Color? TextColor - { - get - { - return textColor; - } - set - { - textColor = value; - this.OnPropertyChanged(); - } - } - - private double colorPickerOpacity = 1; - - public double ColorPickerOpacity - { - get - { - return colorPickerOpacity; - } - set - { - colorPickerOpacity = value; - this.OnPropertyChanged(); - } - } - - - private ObservableCollection colorItemCollection = new ObservableCollection(); - - public ObservableCollection ColorItemCollection - { - get - { - return colorItemCollection; - } - set - { - colorItemCollection = value; - this.OnPropertyChanged(); - } - } - - public AvatarViewGettingStarted() - { - InitializeComponent(); - this.StatusIndicatorCheck.CheckedChanged += StatusIndicatorSwitch_Toggled; - - PopulateColorCollection(); - - tappedAvatar = ColorItemCollection[0]; - - UseGradients = true; - this.BindingContext = this; - } - - private void StatusIndicatorSwitch_Toggled(object? sender, CheckedChangedEventArgs e) - { - if (this.StatusIndicatorCheck.IsChecked) - { - this.StatusBadge.BadgeSettings!.Icon = BadgeIcon.Available; - } - else - { - this.StatusBadge.BadgeSettings!.Type = BadgeType.None; - this.StatusBadge.BadgeSettings.Icon = BadgeIcon.None; - } - } - - private void SetAvatarName() - { - if (tappedAvatar == null) - { return; } - if (InitialsType == InitialsType.DoubleCharacter) - { - if (UserName != null) - { - tappedAvatar.AvatarName = UserName; - tappedAvatar.InitialsType = InitialsType; - } - } - else - { - if (UserName != null) - { - tappedAvatar.AvatarName = UserName; - tappedAvatar.InitialsType = InitialsType; - } - - } - UserName = tappedAvatar.AvatarName; - InitialsType = tappedAvatar.InitialsType; - } - - private void PopulateColorCollection() - { - ColorItemCollection.Clear(); - - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#976F0C"), Color.FromArgb("#58B7C6"), Color.FromArgb("#7FB3E8"))); - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#740A1C"), Color.FromArgb("#95479B"), Color.FromArgb("#FF8F8F"))); - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#5C2E91"), Color.FromArgb("#3C7F91"), Color.FromArgb("#71B280"))); - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#004E8C"), Color.FromArgb("#525CE5"), Color.FromArgb("#9437C3"))); - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#B73EAA"), Color.FromArgb("#80C6CF"), Color.FromArgb("#87DFAC"))); - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#90DDFE"), Color.FromArgb("#E7A8FA"), Color.FromArgb("#F3DED6"))); - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#9FCC69"), Color.FromArgb("#FFDBC7"), Color.FromArgb("#FC9F9F"))); - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#FCCE65"), Color.FromArgb("#A6F0FF"), Color.FromArgb("#BCC1FF"))); - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#FE9B90"), Color.FromArgb("#BCC2F4"), Color.FromArgb("#E8BEF7"))); - ColorItemCollection.Add(GetColorPickerItem(Color.FromArgb("#9AA8F5"), Color.FromArgb("#96E6A1"), Color.FromArgb("#DCFA97"))); - - } - - private ColorBackgroundAvatar GetColorPickerItem(Color backgroundColor, Color startcolor, Color stopcolor) - { - ColorBackgroundAvatar colorAvatar = new ColorBackgroundAvatar(); - colorAvatar.BackgroundColor = backgroundColor; - colorAvatar.Stroke = Color.FromArgb("#9E9E9E"); - colorAvatar.InitialsColor = Colors.Transparent; - colorAvatar.AvatarShape = AvatarShape.Circle; - colorAvatar.AvatarSize = AvatarSize.Medium; - colorAvatar.VerticalOptions = LayoutOptions.Center; - colorAvatar.HorizontalOptions = LayoutOptions.Center; - colorAvatar.AvatarName = ""; - TapGestureRecognizer tapGestureRecognizer = new TapGestureRecognizer(); - tapGestureRecognizer.Tapped += ColorTapGestureRecognizer_Tapped; - colorAvatar.GestureRecognizers.Add(tapGestureRecognizer); - colorAvatar.StartColor = startcolor; - colorAvatar.StopColor = stopcolor; - return colorAvatar; - } - - private void SetGradients() - { - foreach (var item in ColorItemCollection) - { - if (this.UseGradients) - if (ColorItemCollection.IndexOf(item) < 5) - item.Background = GetGradients(item.StartColor!, item.StopColor!); - else - item.Background = GetGradients(item.StartColor!, item.StopColor!); - } - } - - private LinearGradientBrush GetGradients(Color startColor, Color endColor) - { - LinearGradientBrush linearGradientBrush = new LinearGradientBrush(); - linearGradientBrush.GradientStops = new GradientStopCollection() - { - new GradientStop(){Color = startColor, Offset=0.0f}, - new GradientStop(){Color = endColor, Offset=1.0f}, - }; - - return linearGradientBrush; - } - - ColorBackgroundAvatar tappedAvatar; - - private void ColorTapGestureRecognizer_Tapped(object? sender, EventArgs e) - { - if (this.UseCustomAvatar) - return; - - var colorBackgroundAvatar = sender as ColorBackgroundAvatar; - if (colorBackgroundAvatar != null) - { - tappedAvatar = colorBackgroundAvatar; - } - SetColorToAvatar(); - } - - private void SetColorToAvatar() - { - if (tappedAvatar == null) - return; - - foreach (var item in ColorItemCollection) - { - item.InitialsColor = Colors.Transparent; - item.Stroke = Color.FromArgb("#9E9E9E"); - item.StrokeThickness = 1; - } - - tappedAvatar.Stroke = Color.FromArgb("#6200EE"); - tappedAvatar.StrokeThickness = 2; - - if (ColorItemCollection.IndexOf(tappedAvatar) < 5) - { - tappedAvatar.InitialsColor = Colors.White; - } - else - { - tappedAvatar.InitialsColor = Colors.Black; - } - ProfileColor = tappedAvatar.BackgroundColor; - TextColor = tappedAvatar.InitialsColor; - if (UseGradients) - { - GradientBrush = (GradientBrush)tappedAvatar.Background; - } - else - { - GradientBrush = null; - } - } - - public class ColorBackgroundAvatar : Syncfusion.Maui.Core.SfAvatarView - { - private Color? startColor; - - public Color? StartColor - { - get - { - return startColor; - } - set - { - startColor = value; - this.OnPropertyChanged(); - } - } - - private Color? stopcolor; - - public Color? StopColor - { - get - { - return stopcolor; - } - set - { - stopcolor = value; - this.OnPropertyChanged(); - } - } - } -} - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml deleted file mode 100644 index a0cf0af8..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml.cs deleted file mode 100644 index 36bc320c..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/GroupView/GroupView.xaml.cs +++ /dev/null @@ -1,191 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using System.Collections.ObjectModel; -using SampleBrowser.Maui.Base; -using SampleBrowser.Maui.Base.Converters; -using System.Reflection; -namespace SampleBrowser.Maui.AvatarView.SfAvatarView; - -public partial class GroupView : SampleView -{ - private ObservableCollection groupCollection = new ObservableCollection(); - - public ObservableCollection GroupCollection - { - get - { - return groupCollection; - } - set - { - groupCollection = value; - this.OnPropertyChanged(); - } - } - - public GroupView() - { - InitializeComponent(); - - this.GroupCollection.Add(new GroupModel(5) { GroupName = "Marketing Managers" }); - this.GroupCollection.Add(new GroupModel(10) { GroupName = "Marketing Representative" }); - this.GroupCollection.Add(new GroupModel(3) { GroupName = "Marketing Heads" }); - this.GroupCollection.Add(new GroupModel(4) { GroupName = "Sales Managers" }); - this.GroupCollection.Add(new GroupModel(9) { GroupName = "Sales Representative" }); - this.GroupCollection.Add(new GroupModel(2) { GroupName = "Sales Heads" }); - this.GroupCollection.Add(new GroupModel(5) { GroupName = "Process Managers" }); - this.GroupCollection.Add(new GroupModel(10) { GroupName = "Process Representative" }); - this.GroupCollection.Add(new GroupModel(2) { GroupName = "Process Heads" }); - this.GroupCollection.Add(new GroupModel(3) { GroupName = "Coordinaters" }); - this.GroupCollection.Add(new GroupModel(3) { GroupName = "Desinger" }); - this.GroupCollection.Add(new GroupModel(2) { GroupName = "Field Managers" }); - this.GroupCollection.Add(new GroupModel(2) { GroupName = "Server Team" }); - this.BindingContext = this; - } -} - -public class GroupModel -{ - - public String? GroupName { get; set; } - - public ObservableCollection? PeopleCollection { get; set; } - - private ObservableCollection? TotalPeople { get; set; } - - public String? TotalParticipants { get; set; } - - private Syncfusion.Maui.Core.AvatarShape avatarshape; - public Syncfusion.Maui.Core.AvatarShape AvatarShape - { - get - { - return avatarshape; - } - set - { - avatarshape = value; - - } - } - - public GroupModel(int peopleCount) - { - if (DeviceInfo.Platform == DevicePlatform.Android || DeviceInfo.Platform == DevicePlatform.WinUI) - avatarshape = Syncfusion.Maui.Core.AvatarShape.Circle; - else - avatarshape = Syncfusion.Maui.Core.AvatarShape.Square; - - this.TotalParticipants = peopleCount.ToString() + " Participants"; - - this.PopulateAllPeople(); - - this.PopulatePeopleBasedOnCount(peopleCount); - } - - private void PopulateAllPeople() - { - this.TotalPeople = new ObservableCollection(); - this.TotalPeople.Add(new People() { Name = "Kyle", Backgroundcolor = Color.FromArgb("#90DDFE") }); - this.TotalPeople.Add(new People() { Name = "Gina", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Michael", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Oscar", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "William", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Bill", Backgroundcolor = Color.FromArgb("#D7E99C") }); - this.TotalPeople.Add(new People() { Name = "Daniel", Backgroundcolor = Color.FromArgb("#D7E99C") }); - this.TotalPeople.Add(new People() { Name = "Frank", Backgroundcolor = Color.FromArgb("#FE9B90") }); - this.TotalPeople.Add(new People() { Name = "Howard", Backgroundcolor = Color.FromArgb("#D7E99C") }); - this.TotalPeople.Add(new People() { Name = "Jack", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Holly", Backgroundcolor = Color.FromArgb("#FE9B90") }); - this.TotalPeople.Add(new People() { Name = "Steve", Backgroundcolor = Color.FromArgb("#F5EF9A") }); - this.TotalPeople.Add(new People() { Name = "Vince", Backgroundcolor = Color.FromArgb("#D7E99C") }); - this.TotalPeople.Add(new People() { Name = "Zeke", Backgroundcolor = Color.FromArgb("#D7E99C") }); - this.TotalPeople.Add(new People() { Name = "Aiden", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Jackson", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Mason", Backgroundcolor = Colors.BlanchedAlmond }); - this.TotalPeople.Add(new People() { Name = "Liam", Backgroundcolor = Color.FromArgb("#F5EF9A") }); - this.TotalPeople.Add(new People() { Name = "Jacob", Backgroundcolor = Color.FromArgb("#F5EF9A") }); - this.TotalPeople.Add(new People() { Name = "Jayden", Backgroundcolor = Colors.Red }); - this.TotalPeople.Add(new People() { Name = "Ethan", Backgroundcolor = Color.FromArgb("#F5EF9A") }); - this.TotalPeople.Add(new People() { Name = "Alexander", Backgroundcolor = Colors.Red }); - this.TotalPeople.Add(new People() { Name = "Sebastian", Backgroundcolor = Color.FromArgb("#F5EF9A") }); - this.TotalPeople.Add(new People() { Name = "Clara", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Victoriya", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Ellie", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Gabriella", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Arianna", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Sarah", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Kaylee", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Adriana", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Finley", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Daleyza", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Leila", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Mckenna", Backgroundcolor = Colors.Blue }); - this.TotalPeople.Add(new People() { Name = "Jacqueline", Backgroundcolor = Color.FromArgb("#9AA8F5") }); - this.TotalPeople.Add(new People() { Name = "Brynn", Backgroundcolor = Color.FromArgb("#FCCE65") }); - this.TotalPeople.Add(new People() { Name = "Sawyer", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Rosalie", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Maci", Backgroundcolor = Color.FromArgb("#FE9B90") }); - this.TotalPeople.Add(new People() { Name = "Miranda", Backgroundcolor = Color.FromArgb("#90DDFE") }); - this.TotalPeople.Add(new People() { Name = "Talia", Backgroundcolor = Color.FromArgb("#FE9B90") }); - this.TotalPeople.Add(new People() { Name = "Shelby", Backgroundcolor = Color.FromArgb("#9FEFC5") }); - this.TotalPeople.Add(new People() { Name = "Haven", Backgroundcolor = Color.FromArgb("#FE9B90") }); - this.TotalPeople.Add(new People() { Name = "Brynn", Backgroundcolor = Color.FromArgb("#E79AF5") }); - this.TotalPeople.Add(new People() { Name = "Yaretzi", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Zariah", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Karla", Backgroundcolor = Color.FromArgb("#D7E99C") }); - this.TotalPeople.Add(new People() { Name = "Cassandra", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Pearl", Backgroundcolor = Color.FromArgb("#FBBC93") }); - this.TotalPeople.Add(new People() { Name = "Irene", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Zelda", Backgroundcolor = Color.FromArgb("#F5EF9A") }); - this.TotalPeople.Add(new People() { Name = "Wren", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Yamileth", Backgroundcolor = Color.FromArgb("#9AA8F5") }); - this.TotalPeople.Add(new People() { Name = "Belen", Backgroundcolor = Color.FromArgb("#9AA8F5") }); - this.TotalPeople.Add(new People() { Name = "Briley", Backgroundcolor = Color.FromArgb("#FE9B90") }); - this.TotalPeople.Add(new People() { Name = "Jada", Backgroundcolor = Color.FromArgb("#9FCC69") }); - this.TotalPeople.Add(new People() { Name = "Jaden", Backgroundcolor = Color.FromArgb("#FE9B90") }); - this.TotalPeople.Add(new People() { Name = "George", Backgroundcolor = Color.FromArgb("#FCCE65") }); - this.TotalPeople.Add(new People() { Name = "Ellanaa", Backgroundcolor = Color.FromArgb("#9AA8F5") }); - this.TotalPeople.Add(new People() { Name = "James", Backgroundcolor = Color.FromArgb("#9FCC69") }); - - } - - //Random random = new Random(); - static int count = 0; - private void PopulatePeopleBasedOnCount(int peopleCount) - { - this.PeopleCollection = new ObservableCollection(); - for (int i = 0; i < peopleCount; i++) - { - while (true) - { - if(TotalPeople!=null) - { - if (this.TotalPeople.Count <= count) - count = 0; - - var person = (this.TotalPeople?[count++]); - if (person != null && !this.PeopleCollection.Contains(person)) - { - this.PeopleCollection.Add(person); - break; - } - } - } - } - } -} - -public class People -{ - public string? Name { get; set; } - - public ImageSource? Image { get; set; } - - public Color? Backgroundcolor { get; set; } -} \ No newline at end of file diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml deleted file mode 100644 index b4804e26..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml.cs b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml.cs deleted file mode 100644 index 21201c64..00000000 --- a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/Samples/AvatarView/VisualStyleSample/VisualStyleSample.xaml.cs +++ /dev/null @@ -1,63 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using SampleBrowser.Maui.Base; -using Syncfusion.Maui.Core; -using System.Collections.ObjectModel; -using Avatar = Syncfusion.Maui.Core; - -namespace SampleBrowser.Maui.AvatarView.SfAvatarView; - -public partial class VisualStyleSample : SampleView -{ - private ContentType avatarType = ContentType.Initials; - - public ContentType AvatarType - { - get - { - return avatarType; - } - set - { - avatarType = value; - - this.OnPropertyChanged(); - } - } - - public ObservableCollection TotalPeople { get; set; } - - #region Constructor - public VisualStyleSample() - { - InitializeComponent(); - - - this.TotalPeople = new ObservableCollection(); - this.TotalPeople.Add(new People() { Name = "Michael", Image = "SampleBrowser.Maui.Base.Resources.Images.people.png" }); - this.TotalPeople.Add(new People() { Name = "Kyle", Image = "SampleBrowser.Maui.Base.Resources.Images.people.png" }); - this.TotalPeople.Add(new People() { Name = "Nora" }); - - this.BindingContext = this; - - } - - #endregion - - - - public class People - { - public String? Name { get; set; } - - public String? Image { get; set; } - - public Color? Backgroundcolor { get; set; } - } -} - diff --git a/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SyncfusionLicense.txt b/MAUI/AvatarView/SampleBrowser.Maui.AvatarView/SyncfusionLicense.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/MAUI/Backdrop/NuGet.config b/MAUI/Backdrop/NuGet.config deleted file mode 100644 index 2e1f0efd..00000000 --- a/MAUI/Backdrop/NuGet.config +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop.sln b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop.sln deleted file mode 100644 index 95372b64..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop.sln +++ /dev/null @@ -1,31 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31611.283 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleBrowser.Maui.Backdrop", "SampleBrowser.Maui.Backdrop\SampleBrowser.Maui.Backdrop.csproj", "{AE4746BD-AF2A-4C96-9B2E-D857529C557B}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Release-Xml|Any CPU = Release-Xml|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AE4746BD-AF2A-4C96-9B2E-D857529C557B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AE4746BD-AF2A-4C96-9B2E-D857529C557B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AE4746BD-AF2A-4C96-9B2E-D857529C557B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {AE4746BD-AF2A-4C96-9B2E-D857529C557B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AE4746BD-AF2A-4C96-9B2E-D857529C557B}.Release|Any CPU.Build.0 = Release|Any CPU - {AE4746BD-AF2A-4C96-9B2E-D857529C557B}.Release|Any CPU.Deploy.0 = Release|Any CPU - {AE4746BD-AF2A-4C96-9B2E-D857529C557B}.Release-Xml|Any CPU.ActiveCfg = Debug|Any CPU - {AE4746BD-AF2A-4C96-9B2E-D857529C557B}.Release-Xml|Any CPU.Build.0 = Debug|Any CPU - {AE4746BD-AF2A-4C96-9B2E-D857529C557B}.Release-Xml|Any CPU.Deploy.0 = Debug|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} - EndGlobalSection -EndGlobal diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/App.xaml b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/App.xaml deleted file mode 100644 index 175ec62d..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/App.xaml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/App.xaml.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/App.xaml.cs deleted file mode 100644 index d3eb2c19..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/App.xaml.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using System.Reflection; - -namespace SampleBrowser.Maui.Backdrop; - -public partial class App : Application -{ - public App() - { - InitializeComponent(); - - var appInfo = typeof(App).GetTypeInfo().Assembly; - SampleBrowser.Maui.Base.BaseConfig.IsIndividualSB = true; - MainPage = SampleBrowser.Maui.Base.BaseConfig.MainPageInit(appInfo); - } -} diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/BackdropSamplesList.xml b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/BackdropSamplesList.xml deleted file mode 100644 index 0608460c..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/BackdropSamplesList.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/ControlConfig.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/ControlConfig.cs deleted file mode 100644 index 0d30af66..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/ControlConfig.cs +++ /dev/null @@ -1,14 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -namespace SampleBrowser.Maui.Backdrop -{ - // All the code in this file is included in all platforms. - public class ControlConfig - { - } -} \ No newline at end of file diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/ControlList.xml b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/ControlList.xml deleted file mode 100644 index db872ab1..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/ControlList.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/MauiProgram.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/MauiProgram.cs deleted file mode 100644 index bea11700..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/MauiProgram.cs +++ /dev/null @@ -1,31 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -namespace SampleBrowser.Maui.Backdrop; - -using SampleBrowser.Maui.Base.Hosting; -using Syncfusion.Maui.Core.Hosting; - -public static class MauiProgram -{ - public static MauiApp CreateMauiApp() - { - var builder = MauiApp.CreateBuilder(); - builder - .UseMauiApp() - .ConfigureSyncfusionCore() - .ConfigureFonts(fonts => - { - fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); - fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); - fonts.AddFont("Sync FontIcons.ttf"); - }); - builder.ConfigureSampleBrowserBase(); - - return builder.Build(); - } -} diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/AndroidManifest.xml b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/AndroidManifest.xml deleted file mode 100644 index e9937ad7..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/AndroidManifest.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/MainActivity.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/MainActivity.cs deleted file mode 100644 index 863fc247..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/MainActivity.cs +++ /dev/null @@ -1,17 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Android.App; -using Android.Content.PM; -using Android.OS; - -namespace SampleBrowser.Maui.Backdrop; - -[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] -public class MainActivity : MauiAppCompatActivity -{ -} diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/MainApplication.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/MainApplication.cs deleted file mode 100644 index c0322128..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/MainApplication.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Android.App; -using Android.Runtime; - -namespace SampleBrowser.Maui.Backdrop; - -[Application] -public class MainApplication : MauiApplication -{ - public MainApplication(IntPtr handle, JniHandleOwnership ownership) - : base(handle, ownership) - { - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/Resources/values/colors.xml b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/Resources/values/colors.xml deleted file mode 100644 index c04d7492..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Android/Resources/values/colors.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - #512BD4 - #2B0B98 - #2B0B98 - \ No newline at end of file diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/MacCatalyst/AppDelegate.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/MacCatalyst/AppDelegate.cs deleted file mode 100644 index aef6d349..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/MacCatalyst/AppDelegate.cs +++ /dev/null @@ -1,16 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Foundation; - -namespace SampleBrowser.Maui.Backdrop; - -[Register("AppDelegate")] -public class AppDelegate : MauiUIApplicationDelegate -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/MacCatalyst/Info.plist b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/MacCatalyst/Info.plist deleted file mode 100644 index c96dd0a2..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/MacCatalyst/Info.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - UIDeviceFamily - - 1 - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/MacCatalyst/Program.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/MacCatalyst/Program.cs deleted file mode 100644 index 9776cc03..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/MacCatalyst/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using ObjCRuntime; -using UIKit; - -namespace SampleBrowser.Maui.Backdrop; - -public class Program -{ - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } -} diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Tizen/Main.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Tizen/Main.cs deleted file mode 100644 index 632c96aa..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Tizen/Main.cs +++ /dev/null @@ -1,23 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using System; -using Microsoft.Maui; -using Microsoft.Maui.Hosting; - -namespace SampleBrowser.Maui.Backdrop; - -class Program : MauiApplication -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - - static void Main(string[] args) - { - var app = new Program(); - app.Run(args); - } -} diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Tizen/tizen-manifest.xml b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Tizen/tizen-manifest.xml deleted file mode 100644 index d4cc9c43..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Tizen/tizen-manifest.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - maui-appicon-placeholder - - - - - http://tizen.org/privilege/internet - - - - \ No newline at end of file diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/App.xaml b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/App.xaml deleted file mode 100644 index 0376b176..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/App.xaml.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/App.xaml.cs deleted file mode 100644 index 0934353b..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/App.xaml.cs +++ /dev/null @@ -1,31 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Microsoft.UI.Xaml; - -// To learn more about WinUI, the WinUI project structure, -// and more about our project templates, see: http://aka.ms/winui-project-info. - -namespace SampleBrowser.Maui.Backdrop.WinUI; - -/// -/// Provides application-specific behavior to supplement the default Application class. -/// -public partial class App : MauiWinUIApplication -{ - /// - /// Initializes the singleton application object. This is the first line of authored code - /// executed, and as such is the logical equivalent of main() or WinMain(). - /// - public App() - { - this.InitializeComponent(); - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/Package.appxmanifest b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/Package.appxmanifest deleted file mode 100644 index 2bcb11ed..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/Package.appxmanifest +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - $placeholder$ - User Name - $placeholder$.png - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/app.manifest b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/app.manifest deleted file mode 100644 index c98b599c..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/Windows/app.manifest +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - true/PM - PerMonitorV2, PerMonitor - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/iOS/AppDelegate.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/iOS/AppDelegate.cs deleted file mode 100644 index aef6d349..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/iOS/AppDelegate.cs +++ /dev/null @@ -1,16 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using Foundation; - -namespace SampleBrowser.Maui.Backdrop; - -[Register("AppDelegate")] -public class AppDelegate : MauiUIApplicationDelegate -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/iOS/Info.plist b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/iOS/Info.plist deleted file mode 100644 index 0004a4fd..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/iOS/Info.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - LSRequiresIPhoneOS - - UIDeviceFamily - - 1 - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/iOS/Program.cs b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/iOS/Program.cs deleted file mode 100644 index 9776cc03..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Platforms/iOS/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -#region Copyright Syncfusion Inc. 2001-2023. -// Copyright Syncfusion Inc. 2001-2023. All rights reserved. -// Use of this code is subject to the terms of our license. -// A copy of the current license can be obtained at any time by e-mailing -// licensing@syncfusion.com. Any infringement will be prosecuted under -// applicable laws. -#endregion -using ObjCRuntime; -using UIKit; - -namespace SampleBrowser.Maui.Backdrop; - -public class Program -{ - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } -} diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Properties/launchSettings.json b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Properties/launchSettings.json deleted file mode 100644 index edf8aadc..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "Windows Machine": { - "commandName": "MsixPackage", - "nativeDebugging": false - } - } -} \ No newline at end of file diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/AppIcon/appicon.svg b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/AppIcon/appicon.svg deleted file mode 100644 index e42a9f05..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/AppIcon/appicon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/AppIcon/appiconfg.svg b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/AppIcon/appiconfg.svg deleted file mode 100644 index 208b00c3..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/AppIcon/appiconfg.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Fonts/OpenSans-Regular.ttf b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Fonts/OpenSans-Regular.ttf deleted file mode 100644 index 939e3482..00000000 Binary files a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Fonts/OpenSans-Semibold.ttf b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Fonts/OpenSans-Semibold.ttf deleted file mode 100644 index 9589fe48..00000000 Binary files a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Fonts/OpenSans-Semibold.ttf and /dev/null differ diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Fonts/Sync FontIcons.ttf b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Fonts/Sync FontIcons.ttf deleted file mode 100644 index 69f554fd..00000000 Binary files a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Fonts/Sync FontIcons.ttf and /dev/null differ diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Raw/AboutAssets.txt b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Raw/AboutAssets.txt deleted file mode 100644 index 15d62448..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Raw/AboutAssets.txt +++ /dev/null @@ -1,15 +0,0 @@ -Any raw assets you want to be deployed with your application can be placed in -this directory (and child directories). Deployment of the asset to your application -is automatically handled by the following `MauiAsset` Build Action within your `.csproj`. - - - -These files will be deployed with you package and will be accessible using Essentials: - - async Task LoadMauiAsset() - { - using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt"); - using var reader = new StreamReader(stream); - - var contents = reader.ReadToEnd(); - } diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Splash/splash.svg b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Splash/splash.svg deleted file mode 100644 index 938dea9a..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Resources/Splash/splash.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/SampleBrowser.Maui.Backdrop.csproj b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/SampleBrowser.Maui.Backdrop.csproj deleted file mode 100644 index 778c0681..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/SampleBrowser.Maui.Backdrop.csproj +++ /dev/null @@ -1,87 +0,0 @@ - - - - net8.0-android;net8.0-ios;net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 - Exe - SampleBrowser.Maui.Backdrop - true - true - enable - true - true - latest - latest-recommended - true - enable - $(NoWarn);NU1803 - - - SampleBrowser.Maui.Backdrop - - - com.companyname.samplebrowser.maui.backdrop - 87B8FCE7-897B-4179-B91D-FCE3A744FEC4 - - - 1.0 - 1 - - 14.2 - 14.0 - 21.0 - 10.0.18362.0 - 10.0.18362.0 - Debug;Release;Release-Xml - - - - TRACE;DEBUG; - true - 5 - - - - TRACE;RELEASE; - true - 5 - - - - TRACE;RELEASE; - true - 5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/SampleBrowser.Maui.Backdrop.nuspec b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/SampleBrowser.Maui.Backdrop.nuspec deleted file mode 100644 index 802da20d..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/SampleBrowser.Maui.Backdrop.nuspec +++ /dev/null @@ -1,15 +0,0 @@ - - - - SampleBrowser.Maui.Backdrop - 20.1.0.1 - Syncfusion Inc. - Syncfusion Inc. - true - http://www.syncfusion.com/nuget/license - http://www.syncfusion.com/ - http://www.syncfusion.com/content/images/nuget/sync_logo_icon.png - Backdrop page for Syncfusion .NET MAUI - Copyright 2001 - 2019 Syncfusion Inc. - - \ No newline at end of file diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/SampleBrowser.Maui.Backdrop.props b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/SampleBrowser.Maui.Backdrop.props deleted file mode 100644 index 39a7b68e..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/SampleBrowser.Maui.Backdrop.props +++ /dev/null @@ -1,31 +0,0 @@ - - - - Samples\Backdrop\Backdrop.xaml.cs - Backdrop.xaml - - - Samples\Backdrop\InitialPage.xaml.cs - InitialPage.xaml - - - Samples\Backdrop\TitleConverter.cs - - - - - - BackdropSamplesList.xml - - - - - - Samples\Backdrop\Backdrop.xaml - - - Samples\Backdrop\InitialPage.xaml - - - - \ No newline at end of file diff --git a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Samples/Backdrop/Backdrop.xaml b/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Samples/Backdrop/Backdrop.xaml deleted file mode 100644 index 87e5844c..00000000 --- a/MAUI/Backdrop/SampleBrowser.Maui.Backdrop/Samples/Backdrop/Backdrop.xaml +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - #007DE6 - #FFFFFF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -