namespace Coffee.UIExtensions { /// /// Shadow effect style. /// public enum ShadowStyle { None = 0, Shadow, Outline, Outline8, Shadow3, } }