Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MenuList Class / DetectBoundaries Property

In This Topic
    DetectBoundaries Property (C1MenuList)
    In This Topic
    Gets or sets a value indicating if the menu will auto update the position of its sub-menus when they are close to the boundaries of the application.
    Syntax
    'Declaration
     
    
    Public Property DetectBoundaries As Boolean
    public bool DetectBoundaries {get; set;}
    See Also