@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: public enum HatchStyle : int { HS_HORIZONTAL =0, /* ----- */ HS_VERTICAL =1, /* ||||| */ HS_FDIAGONAL =2, /* \\\\\ */ HS_BDIAGONAL =3, /* ///// */ HS_CROSS =4, /* +++++ */ HS_DIAGCROSS =5 /* xxxxx */ } !!!!VB Definition: Enum HatchStyle TODO End Enum !!!!Notes: None. Documentation: HatchStyle@msdn on MSDN
Edit Enums.HatchStyle
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.