public void ApplyTextButtonStyle(TextButtonStyle style) { ApplyButtonStyle(style); if (style.LabelStyle != null) { InternalChild.ApplyTextBlockStyle(style.LabelStyle); } }