top button
Flag Notify
Site Registration

How custom classes used in XAML and how custom classes are defiend?

0 votes
222 views
How custom classes used in XAML and how custom classes are defiend?
posted Apr 20, 2015 by Puhal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Custom classes are used in two ways

  1. With the code that produces the Primary Windows Presentation Foundation (WPF) application or within the code behind

  2. In a separate assembly as a class, such as an executable or DLL used as a class library

answer Apr 21, 2015 by Jdk
...