ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockControl Class / WindowStyle Property

In This Topic
    WindowStyle Property (C1DockControl)
    In This Topic
    Gets or sets the Style applied to C1DockWindow instances created by this C1DockControl.
    Syntax
    'Declaration
     
    Public Property WindowStyle As Style
    public Style WindowStyle {get; set;}
    See Also