diff --git a/components/Extensions/samples/Effects.md b/components/Extensions/samples/Effects.md deleted file mode 100644 index 58c5d112..00000000 --- a/components/Extensions/samples/Effects.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Effects -author: githubaccount -description: TODO: Your experiment's description here -keywords: Effects, Control, Layout -dev_langs: - - csharp -category: Extensions -subcategory: Media -discussion-id: 0 -issue-id: 0 -icon: Assets/AttachedDropShadow.png ---- - -# Effects - -The Effects package contains Composition-based helpers for WinUI 2 & 3. - -It currently contains the base Shadow implementation and `AttachedDropShadow`. - -TODO: Investigate if we can pull the Pipeline Brush base + some brushes that don't rely on Win2D here too. - -## AttachedDropShadow - -> [!SAMPLE AttachedDropShadowBasicSample] diff --git a/components/TokenizingTextBox/samples/TokenizingTextBox.md b/components/TokenizingTextBox/samples/TokenizingTextBox.md index 65b9a34f..407f7926 100644 --- a/components/TokenizingTextBox/samples/TokenizingTextBox.md +++ b/components/TokenizingTextBox/samples/TokenizingTextBox.md @@ -12,8 +12,6 @@ issue-id: 0 icon: Assets/TokenizingTextBox.png --- -# TokenizingTextBox - The [TokenizingTextBox](/dotnet/api/microsoft.toolkit.uwp.ui.controls.tokenizingtextbox) is an advanced [AutoSuggestBox](/uwp/api/Windows.UI.Xaml.Controls.AutoSuggestBox) which will display selected items as tokens within the textbox. A user can easily see the picked items or remove them easily. > [!Sample TokenizingTextBoxSample]