Exemplo n.º 1
0
        public void ApplyTextButtonStyle(ButtonStyle style)
        {
            ApplyButtonStyle(style);

            if (style.LabelStyle != null)
            {
                InternalChild.ApplyLabelStyle(style.LabelStyle);
            }
        }