| File: System\Windows\Media\TextEffectCollection.cs | Web Access |
| Project: src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationCore\PresentationCore.csproj (PresentationCore) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // // // Contents: TextEffect class // // using System.Collections; using System.Windows.Media.Animation; namespace System.Windows.Media { /// <summary> /// Collection of TextEffect /// </summary> [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)] public sealed partial class TextEffectCollection : Animatable, IList, IList<TextEffect> { } }