File: Windows.Win32.PEN_STYLE.g.cs
Project: src\src\System.Private.Windows.Core\src\System.Private.Windows.Core.csproj (System.Private.Windows.Core)
// ------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------

#pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981
using global::System;
using global::System.Diagnostics;
using global::System.Diagnostics.CodeAnalysis;
using global::System.Runtime.CompilerServices;
using global::System.Runtime.InteropServices;
using global::System.Runtime.Versioning;
using winmdroot = global::Windows.Win32;
namespace Windows.Win32
{
	namespace Graphics.Gdi
	{
		[Flags]
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal enum PEN_STYLE
		{
			PS_GEOMETRIC = 0x00010000,
			PS_COSMETIC = 0x00000000,
			PS_SOLID = 0x00000000,
			PS_DASH = 0x00000001,
			PS_DOT = 0x00000002,
			PS_DASHDOT = 0x00000003,
			PS_DASHDOTDOT = 0x00000004,
			PS_NULL = 0x00000005,
			PS_INSIDEFRAME = 0x00000006,
			PS_USERSTYLE = 0x00000007,
			PS_ALTERNATE = 0x00000008,
			PS_STYLE_MASK = 0x0000000F,
			PS_ENDCAP_ROUND = 0x00000000,
			PS_ENDCAP_SQUARE = 0x00000100,
			PS_ENDCAP_FLAT = 0x00000200,
			PS_ENDCAP_MASK = 0x00000F00,
			PS_JOIN_ROUND = 0x00000000,
			PS_JOIN_BEVEL = 0x00001000,
			PS_JOIN_MITER = 0x00002000,
			PS_JOIN_MASK = 0x0000F000,
			PS_TYPE_MASK = 0x000F0000,
		}
	}
}