Remove Title property from design metadata
This commit is contained in:
Родитель
d6afce083d
Коммит
4b467b064a
|
@ -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)
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче