Remove Title property from design metadata

This commit is contained in:
Shawn Kendrot 2017-11-10 14:28:08 -07:00
Родитель d6afce083d
Коммит 4b467b064a
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -32,9 +32,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls.Design
b.AddCustomAttributes(nameof(BladeItem.TitleBarVisibility),
new CategoryAttribute(Properties.Resources.CategoryCommon)
);
b.AddCustomAttributes(nameof(BladeItem.Title),
new CategoryAttribute(Properties.Resources.CategoryCommon)
);
b.AddCustomAttributes(nameof(BladeItem.IsOpen),
new CategoryAttribute(Properties.Resources.CategoryCommon)
);