摘要:
Image transformation is a process of rotating and scaling images. Rotating Images There are two ways to rotate an image. First option is to use the Rotation property of BitmapImage and second option... 阅读全文
摘要:
In my recent codeproject article on the DataGrid I described a number of techniques for handling the updates to DataTables which are bound to the grid. These examples all worked on the assumption that... 阅读全文
摘要:
I can assure you: SelectedItems is indeed bindable as a XAML CommandParameter After a lot of digging and googling, I have finally found a simple solution to this common issue. To make it work you mu... 阅读全文
摘要:
New family parameters (FamilyParameter) can be added to a family document through the FamilyManager.AddParameter() method. It has three different signatures and the most popular one accepts paramet... 阅读全文
摘要:
As we saw in the previous chapters, the way to manipulate the output of a binding before is shown is typically through the use of a converter. The cool thing about the converters is that they allow yo... 阅读全文
摘要:
The trick to be able to read the default values for instance parameters is to get to the FamilyManager.The family manager is a whole separate area of the API, with separate classes for FamilyType and ... 阅读全文