Class MarkupExtensionPrinter
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Static class that can generate XAML markup extension code ("{Binding Path=...}").
public static class MarkupExtensionPrinter
- Inheritance
-
MarkupExtensionPrinter
Methods
- CanPrint(XamlObject)
Gets whether shorthand XAML markup extension code can be generated for the object.
- Print(XamlObject)
Generates XAML markup extension code for the object.