Search code examples
c#xamlwindows-runtimedependency-propertiesexpression-blend

Categorizing dependecy properties in WinRT


In WPF, Silverlight ect. you had the possibility of categorizing your dependency properties using the System.ComponentModel.CategoryAttribute class.

How do I categorize my DependencyProperties in WinRT?


Solution

  • It is currently not supported in WinRT, maybe it will be in a later version. But for now it's not a part of the ComponentModel.