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


C1.WPF Namespace > C1RadialMenu Class : PlacementTarget Property
Gets or sets the FrameworkElement relative to which the C1RadialMenu is positioned when it opens.
Syntax
'Declaration
 
Public Property PlacementTarget As System.Windows.FrameworkElement
'Usage
 
Dim instance As C1RadialMenu
Dim value As System.Windows.FrameworkElement
 
instance.PlacementTarget = value
 
value = instance.PlacementTarget
public System.Windows.FrameworkElement PlacementTarget {get; set;}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members