[]
        
(Showing Draft Content)

C1.WPF.Docking.WPFWindow

WPFWindow Class

Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.4.6.2.dll
Syntax
[TemplatePart(Name = "ContentBorder", Type = typeof(Border))]
[TemplatePart(Name = "CommonHeaderContainer", Type = typeof(Border))]
[TemplatePart(Name = "HiddenButton", Type = typeof(Button))]
[TemplatePart(Name = "RectTopLeft", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectTopMiddle", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectTopRight", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectMiddleLeft", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectMiddleRight", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectBottomLeft", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectBottomMiddle", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "RectBottomRight", Type = typeof(FrameworkElement))]
public class WPFWindow : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
WPFWindow()

Initializes a new instance of a WPFWindow.

Fields

Name Description
ShowHeaderProperty

Identifies the ShowHeader dependency property.

Properties

Name Description
ShowHeader

Gets or sets a value that determines whether the common header is visible.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the WPFWindow control when a new template is applied.