如何在 WPF 中绑定 DocumentPageView?
我的代码:
<DocumentPageView DocumentPaginator="{Binding Source}"></DocumentPageView>
Source 是 DocumentPaginator 的类型。错误是:
错误 1 无法在“DocumentPageView”类型的“DocumentPaginator”属性上设置“绑定”。只能在 DependencyObject 的 DependencyProperty 上设置“绑定”。
请帮我。天...