[C] fix BP DeclaringType in TextElement[C

This commit is contained in:
Stephane Delcroix 2017-03-21 12:44:31 +01:00
Родитель 8725484ab0
Коммит 1bb7796951
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: EDD442EF80530554
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@ namespace Xamarin.Forms
static class TextElement
{
public static readonly BindableProperty TextColorProperty =
BindableProperty.Create("TextColor", typeof(Color), typeof(Button), Color.Default,
BindableProperty.Create("TextColor", typeof(Color), typeof(ITextElement), Color.Default,
propertyChanged: OnTextColorPropertyChanged);
static void OnTextColorPropertyChanged(BindableObject bindable, object oldValue, object newValue)