Click or drag to resize

HyperlinkProperties Class

Provides Attached Properties to Hyperlink
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.ThemeHyperlinkProperties

Namespace:  Cauldron.XAML.Theme
Assembly:  Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public static class HyperlinkProperties

The HyperlinkProperties type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetNavigateUri
Gets the value of NavigateUri
Public methodStatic memberSetNavigateUri
Sets the value of the NavigateUri attached property
Top
Fields
  NameDescription
Public fieldStatic memberNavigateUriProperty
Identifies the NavigateUri dependency property
Top
Attached Properties
  NameDescription
Public attached propertyNavigateUri
Identifies the NavigateUri dependency property
Top
See Also