[C] fix BP DeclaringType in TextElement[C
This commit is contained in:
Родитель
8725484ab0
Коммит
1bb7796951
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче