Exemplo n.º 1
0
        /// <summary>Requires a shading data block on this computed style.</summary>
        public ShaderData RequireShading()
        {
            if (Shading == null)
            {
                Shading         = new ShaderData();
                Shading.Element = Element;
            }

            return(Shading);
        }
Exemplo n.º 2
0
//--------------------------------------