// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace Win32.Graphics.Direct2D; /// /// D2D1_DASH_STYLE public enum DashStyle : uint { /// /// D2D1_DASH_STYLE_SOLID Solid = 0, /// /// D2D1_DASH_STYLE_DASH Dash = 1, /// /// D2D1_DASH_STYLE_DOT Dot = 2, /// /// D2D1_DASH_STYLE_DASH_DOT DashDot = 3, /// /// D2D1_DASH_STYLE_DASH_DOT_DOT DashDotDot = 4, /// /// D2D1_DASH_STYLE_CUSTOM Custom = 5, }