diff --git a/src/uikit.cs b/src/uikit.cs index db5672d1d3..c443d47ba0 100644 --- a/src/uikit.cs +++ b/src/uikit.cs @@ -23956,9 +23956,19 @@ namespace UIKit { [Field ("UIConfigurationColorTransformerGrayscale")] IntPtr _Grayscale { get; } +#if XAMCORE_5_0 + [Internal] +#else + [Obsolete ("Use the 'PreferredTint' property instead.")] +#endif [Field ("UIConfigurationColorTransformerPreferredTint")] IntPtr _PreferredTint { get; } +#if XAMCORE_5_0 + [Internal] +#else + [Obsolete ("Use the 'MonochromeTint' property instead.")] +#endif [Field ("UIConfigurationColorTransformerMonochromeTint")] IntPtr _MonochromeTint { get; } }