ComponentOne Basic Library for WPF and Silverlight
ToolTipTemplate Property (C1RadialMenu)


C1.WPF Namespace > C1RadialMenu Class : ToolTipTemplate Property
Gets or sets the data template used to display the tooltip.
Syntax
'Declaration
 
Public Property ToolTipTemplate As System.Windows.DataTemplate
'Usage
 
Dim instance As C1RadialMenu
Dim value As System.Windows.DataTemplate
 
instance.ToolTipTemplate = value
 
value = instance.ToolTipTemplate
public System.Windows.DataTemplate ToolTipTemplate {get; set;}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members