views:

195

answers:

1

What is the most appropriate way to represent attached properties in a UML diagram or an almost-uml diagram like the VS2008 class diagram?

A: 

In UML it'll be quoted tag before the member. Something conventional, like this:

"attached" Align: ElementAlign
Artem Tikhomirov