ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenu Class / PlacementTarget Property



In This Topic
    PlacementTarget Property (C1RadialMenu)
    In This Topic
    Gets or sets the FrameworkElement relative to which the C1RadialMenu is positioned when it opens.
    Syntax
    'Declaration
     
    
    Public Property PlacementTarget As FrameworkElement
    'Usage
     
    
    Dim instance As C1RadialMenu
    Dim value As FrameworkElement
     
    instance.PlacementTarget = value
     
    value = instance.PlacementTarget
    public FrameworkElement PlacementTarget {get; set;}
    public:
    property FrameworkElement^ PlacementTarget {
       FrameworkElement^ get();
       void set (    FrameworkElement^ value);
    }
    See Also