ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / BorderAlignment Property

In This Topic
    BorderAlignment Property (C1DockWindow)
    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