File: Windows.Win32.DRAW_EDGE_FLAGS.g.cs
Project: src\src\System.Windows.Forms.Primitives\src\System.Windows.Forms.Primitives.csproj (System.Windows.Forms.Primitives)
// ------------------------------------------------------------------------------
// <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 DRAW_EDGE_FLAGS : uint
		{
			BF_ADJUST = 0x00002000,
			BF_BOTTOM = 0x00000008,
			BF_BOTTOMLEFT = 0x00000009,
			BF_BOTTOMRIGHT = 0x0000000C,
			BF_DIAGONAL = 0x00000010,
			BF_DIAGONAL_ENDBOTTOMLEFT = 0x00000019,
			BF_DIAGONAL_ENDBOTTOMRIGHT = 0x0000001C,
			BF_DIAGONAL_ENDTOPLEFT = 0x00000013,
			BF_DIAGONAL_ENDTOPRIGHT = 0x00000016,
			BF_FLAT = 0x00004000,
			BF_LEFT = 0x00000001,
			BF_MIDDLE = 0x00000800,
			BF_MONO = 0x00008000,
			BF_RECT = 0x0000000F,
			BF_RIGHT = 0x00000004,
			BF_SOFT = 0x00001000,
			BF_TOP = 0x00000002,
			BF_TOPLEFT = 0x00000003,
			BF_TOPRIGHT = 0x00000006,
		}
	}
}