ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 Windows.UI.Xaml.FrameworkElement
    public Windows.UI.Xaml.FrameworkElement PlacementTarget {get; set;}
    See Also