Creating a simple markup extension

added by hemme
7/18/2011 2:24:19 PM

108 Views

A markup extension is a class derived from MarkupExtension, and it can be used to provide further extensibility to the XAML markup code. The custom markup extension showed here (called AutoTagExtension) will provide auto-numbering capability to any element (class) or attribute (property) of the markup code.


0 comments