Reinstate StyleClass but keep @class as requested (#2044)

This commit is contained in:
Jason Smith 2018-03-08 01:11:45 -08:00 коммит произвёл Stephane Delcroix
Родитель 6fc5bd8771
Коммит c17838a599
2 изменённых файлов: 1 добавлений и 5 удалений

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

@ -278,8 +278,7 @@ namespace Xamarin.Forms
set { SetValue(StyleProperty, value); }
}
[Obsolete("Use @class")]
[TypeConverter(typeof(ListStringTypeConverter))]
public IList<string> StyleClass {
get { return @class; }

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

@ -1819,9 +1819,6 @@
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete("Use @class")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ListStringTypeConverter))</AttributeName>
</Attribute>