ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenu Class / ToolTipPlacement Property

In This Topic
    ToolTipPlacement Property
    In This Topic
    Gets or sets the tooltip placement.
    Syntax
    'Declaration
     
    Public Property ToolTipPlacement As Windows.UI.Xaml.Controls.Primitives.PlacementMode
    public Windows.UI.Xaml.Controls.Primitives.PlacementMode ToolTipPlacement {get; set;}
    See Also