IsNavigationLoopedOnFocusedPage Property (WpfPdfAnnotationTool)
Gets or sets a value indicating whether navigation is looped on focused page.
'Declaration
Public Property IsNavigationLoopedOnFocusedPage As Boolean
public bool IsNavigationLoopedOnFocusedPage { get; set; }
public: __property bool get_IsNavigationLoopedOnFocusedPage();
public: __property void set_IsNavigationLoopedOnFocusedPage(
bool
);
public:
property bool IsNavigationLoopedOnFocusedPage {
bool get();
void set(bool );
}
Property Value
True if navigation is looped on focused page; otherwise, false.
Default value is true.
If value is true, the first item on focused page will be selected after the last item on focused page. If value is false, the first item on next page will be selected after the the last item on focused page.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5