Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuList Class / BorderAlignment Property

In This Topic
    BorderAlignment Property
    In This Topic
    Gets or sets the alignment of the border relative to the control bounds.
    Syntax
    'Declaration
     
    
    Public Property BorderAlignment As C1.WPF.Core.BorderAlignment
    public C1.WPF.Core.BorderAlignment BorderAlignment {get; set;}
    See Also