how can i insert your image viewer application in to my designer program using xaml ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted May 2, 2015, 4:47 AM
Anyways, in XAML you can add a reference to your local assemblies and classes. Then you can create objects of that class in your XAML. For example,
Then inside your code, you can create objects of this namespace as,
<dc:MyObject />
This way. If there is an ImageViewer class, you can create the object this way. For more on this, please refer to the MSDN documentations:
https://msdn.microsoft.com/en-us/library/bb514546(v=vs.90).aspx]
https://msdn.microsoft.com/en-us/library/ms747086%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396