ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1Window 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