Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Windows.Media.TextEffectCollection.cs « PresentationCore « FPF « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 732e3bb0383006d3bd99ca29340dc1f6ff1d3736 (plain)
1
2
3
4
5
6
7
namespace System.Windows.Media
{
	public  class TextEffectCollection  : System.Windows.Media.Animation.Animatable
	{		public TextEffectCollection(){}

	}
}