Provides behavior for hyperlinks in an XPS fixed page.
Namespace: FirstFloor.Documents.BehaviorsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public class DefaultHyperlinkBehavior : ElementBehavior<FrameworkElement> |
| Visual Basic |
|---|
Public Class DefaultHyperlinkBehavior _ Inherits ElementBehavior(Of FrameworkElement) |
| Visual C++ |
|---|
public ref class DefaultHyperlinkBehavior : public ElementBehavior<FrameworkElement^> |
Remarks
This default behavior assigns a tooltip to the associated element, sets a hand cursor and raises the LinkClick event in the associated fixed page.
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
Behavior
Behavior<(Of <(<'FrameworkElement>)>)>
FirstFloor.Documents.Behaviors..::..ElementBehavior<(Of <(<'FrameworkElement>)>)>
FirstFloor.Documents.Behaviors..::..DefaultHyperlinkBehavior
System.Windows..::..DependencyObject
Behavior
Behavior<(Of <(<'FrameworkElement>)>)>
FirstFloor.Documents.Behaviors..::..ElementBehavior<(Of <(<'FrameworkElement>)>)>
FirstFloor.Documents.Behaviors..::..DefaultHyperlinkBehavior