Ejemplo n.º 1
0
        void SetTextShadow(ColorDefinition textShadowColor)
        {
            if (textShadowColor == null)
            {
                return;
            }

            this.SetShadowLayer(1, 0, 1, textShadowColor.ConvertToColor());
        }