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

System.Windows.Media.FillRule.cs « PresentationCore « FPF « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c65882ac4428629344f75bf32947881ab374792 (plain)
1
2
3
4
5
6
7
8
namespace System.Windows.Media
{
	public  enum FillRule 
	{		EvenOdd,
		Nonzero,

	}
}