Click or drag to resize

HyperlinkPropertiesSetNavigateUri Method

Sets the value of the NavigateUri attached property

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 void SetNavigateUri(
	DependencyObject obj,
	Uri value
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property
value
Type: SystemUri
The new value to set
See Also