This commit is contained in:
Samantha Houts 2018-04-02 11:31:06 -07:00
Родитель 56c89628d6
Коммит 06c3d1b9e9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -39,7 +39,7 @@ namespace Xamarin.Forms
set { SetValue(TextElement.TextColorProperty, value); }
}
[Obsolete("Foreground is obsolete as of version 2.6.0. Please use the TextColor property instead.")]
[Obsolete("Foreground is obsolete as of version 3.1.0. Please use the TextColor property instead.")]
public static readonly BindableProperty ForegroundColorProperty = TextColorProperty;
#pragma warning disable 618