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


C1.WPF Namespace > C1RadialMenu Class : ToolTipPlacement Property
Gets or sets the tooltip placement.
Syntax
'Declaration
 
Public Property ToolTipPlacement As System.Windows.Controls.Primitives.PlacementMode
'Usage
 
Dim instance As C1RadialMenu
Dim value As System.Windows.Controls.Primitives.PlacementMode
 
instance.ToolTipPlacement = value
 
value = instance.ToolTipPlacement
public System.Windows.Controls.Primitives.PlacementMode ToolTipPlacement {get; set;}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members