Provides visual cues such as selection and annotations to a FixedPage contained in a FixedPageViewer.

Namespace: FirstFloor.Documents.Controls.Behaviors
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public class FixedPageAdorner : Behavior<FixedPageViewer>
Visual Basic
Public Class FixedPageAdorner _
	Inherits Behavior(Of FixedPageViewer)
Visual C++
public ref class FixedPageAdorner : public Behavior<FixedPageViewer^>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Behavior
      Behavior<(Of <(<'FixedPageViewer>)>)>
        FirstFloor.Documents.Controls.Behaviors..::..FixedPageAdorner

See Also