Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Button Class / BorderAlignment Property

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