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

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

	}
}