EnableParentNavigation Property
Gets or sets a value indicating whether to enable the parent navigation when content is clicked.
If true, clicking on content that does not include an interaction animation triggers a naviation
to the asset associated to this content.
The default value for this property is true.
Syntax
'Declaration Public Property EnableParentNavigation As Boolean
'Usage Dim instance As GraphicControl Dim value As Boolean instance.EnableParentNavigation = value value = instance.EnableParentNavigation
public bool EnableParentNavigation {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also