From d86822c0573b511ae0f90d006090ceff0d4f990a Mon Sep 17 00:00:00 2001 From: "AzureAD\\SumathiUthayakumar" Date: Wed, 22 May 2024 18:14:48 +0530 Subject: [PATCH] 878811: Readme file added --- .../SymbolPalette/AnimationSupport/README.md | 4 +-- UG-Samples/SymbolPalette/SearchTag/README.md | 4 +-- .../SymbolPalette/SearchTag/SearchTag.sln | 25 +++++++++++++++++++ 3 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 UG-Samples/SymbolPalette/SearchTag/SearchTag.sln diff --git a/UG-Samples/SymbolPalette/AnimationSupport/README.md b/UG-Samples/SymbolPalette/AnimationSupport/README.md index fbe1bdfb..73ebf116 100644 --- a/UG-Samples/SymbolPalette/AnimationSupport/README.md +++ b/UG-Samples/SymbolPalette/AnimationSupport/README.md @@ -1,6 +1,6 @@ -#SearchOption Sample +#Animation Sample -This sample demonstrates how to include the search option in symbol palette. +This sample demonstrates how to enable animation in symbol palette. Demo link: https://blazor.syncfusion.com/demos/diagramcomponent/symbolpalette?theme=fluent diff --git a/UG-Samples/SymbolPalette/SearchTag/README.md b/UG-Samples/SymbolPalette/SearchTag/README.md index fbe1bdfb..dae78b02 100644 --- a/UG-Samples/SymbolPalette/SearchTag/README.md +++ b/UG-Samples/SymbolPalette/SearchTag/README.md @@ -1,6 +1,6 @@ -#SearchOption Sample +#Search Tag Sample -This sample demonstrates how to include the search option in symbol palette. +This sample demonstrates how to add search tasg for symbols. Demo link: https://blazor.syncfusion.com/demos/diagramcomponent/symbolpalette?theme=fluent diff --git a/UG-Samples/SymbolPalette/SearchTag/SearchTag.sln b/UG-Samples/SymbolPalette/SearchTag/SearchTag.sln new file mode 100644 index 00000000..d12dcf68 --- /dev/null +++ b/UG-Samples/SymbolPalette/SearchTag/SearchTag.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34723.18 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SearchTag", "SearchTag.csproj", "{C9C6CFD6-F0C1-448C-9240-544D086BDED4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C9C6CFD6-F0C1-448C-9240-544D086BDED4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C9C6CFD6-F0C1-448C-9240-544D086BDED4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C9C6CFD6-F0C1-448C-9240-544D086BDED4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C9C6CFD6-F0C1-448C-9240-544D086BDED4}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {657907A6-35EA-419F-9FC4-D711CF6BB21B} + EndGlobalSection +EndGlobal