ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialNumericItem Class / FocusCuesVisibility Property

In This Topic
    FocusCuesVisibility Property (C1RadialNumericItem)
    In This Topic
    Gets or sets a value indicating whether the focus visuals of the control are visible.
    Syntax
    'Declaration
     
    Public Shadows Property FocusCuesVisibility As Windows.UI.Xaml.Visibility
    public new Windows.UI.Xaml.Visibility FocusCuesVisibility {get; set;}
    See Also