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

In This Topic
    ShowToolTip Property
    In This Topic
    Determines whether the control should display tooltips for individual items.
    Syntax
    'Declaration
     
    Public Property ShowToolTip As System.Boolean
    public System.bool ShowToolTip {get; set;}
    See Also