Name | Description | |
---|---|---|
LayoutDocument Constructor | Initializes a new instance of the LayoutDocument class. |
The following tables list the members exposed by LayoutDocument.
Name | Description | |
---|---|---|
LayoutDocument Constructor | Initializes a new instance of the LayoutDocument class. |
Name | Description | |
---|---|---|
CanClose | Gets or sets whether the content can be closed definitively (removed from the layout and not just hidden). (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutContent) | |
CanFloat | Gets whether the content can be moved to a floating window. (Inherited from LayoutContent) | |
CanMove | Gets or sets if the LayoutDocument can be re-ordered with the other LayoutDocuments. | |
CanTogglePin | Gets or sets if the LayoutDocument/LayoutAnchorable can use the toggle pin button when placed in a LayoutDocumentPane. (Inherited from LayoutContent) | |
Content | Gets or sets the content of the LayoutContent instance. (Inherited from LayoutContent) | |
ContentId | Gets or sets the ID of the content, which is used to identify the content during serialization/deserialization. (Inherited from LayoutContent) | |
DependencyObjectType | (Inherited from LayoutContent) | |
Description | Gets or sets the document's description. | |
Dispatcher | (Inherited from LayoutContent) | |
FloatingHeight | Gets or sets the height that will be initially used when the content is dragged and then displayed in a floating window. (Inherited from LayoutContent) | |
FloatingLeft | Gets or sets the left edge of a floating window that will contain this content. (Inherited from LayoutContent) | |
FloatingTop | Gets or sets the top edge of a floating window that will contain this content. (Inherited from LayoutContent) | |
FloatingWidth | Gets or sets the width that will be initially used when the content is dragged and then displayed in a floating window. (Inherited from LayoutContent) | |
IconSource | Gets the icon source of the content (displayed next on the tab). (Inherited from LayoutContent) | |
IsActive | Gets whether the content is active. (Inherited from LayoutContent) | |
IsEnabled | Gets or sets a value indicating whether the LayoutDocument or LayoutAnchorable is enabled. (Inherited from LayoutContent) | |
IsFloating | Gets or sets whether the content is in a floating window. (Inherited from LayoutContent) | |
IsFloatingAsTopMost | Gets or sets if the LayoutAnchorable or LayoutDocument will appear over all other windows when floating. (Inherited from LayoutContent) | |
IsLastFocusedDocument | Gets whether the content is the last focused document. (Inherited from LayoutContent) | |
IsMaximized | Gets or sets whether a content element is maximized. (Inherited from LayoutContent) | |
IsPinned | Gets if the LayoutDocument/LayoutAnchorable is currently pinned in a LayoutDocumentPane. (Inherited from LayoutContent) | |
IsSealed | (Inherited from LayoutContent) | |
IsSelected | Gets or sets whether a content element is selected. (Inherited from LayoutContent) | |
IsVisible | Gets or sets whether the document is visible. | |
LastActivationTimeStamp | Gets or sets the date and time of the last activation of the content. (Inherited from LayoutContent) | |
Parent | Gets or sets the parent container of the element. (Inherited from LayoutContent) | |
PreviousContainer | Gets or sets the previous container of the content. (Inherited from LayoutContent) | |
PreviousContainerId | Gets or sets the ID of the previous container. (Inherited from LayoutContent) | |
PreviousContainerIndex | Gets or sets the index of the previous container. (Inherited from LayoutContent) | |
Root | Gets or sets the root of the element. (Inherited from LayoutContent) | |
Title | Gets or sets the title of the content. (Inherited from LayoutContent) | |
ToolTip | Gets or sets the tooltip of the content. (Inherited from LayoutContent) |
Name | Description | |
---|---|---|
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
Close | Overridden. | |
CoerceValue | (Inherited from LayoutContent) | |
CompareTo | Compares the content of the current instance with the content of the specified object. If it the content cannot be compared, the titles are compared. (Inherited from LayoutContent) | |
Dock | Re-dock the content to its previous container (Inherited from LayoutContent) | |
DockAsDocument | Dock the content as document (Inherited from LayoutContent) | |
Equals | (Inherited from LayoutContent) | |
Float | Programmatically creates a floating window of the content. (Inherited from LayoutContent) | |
GetHashCode | (Inherited from LayoutContent) | |
GetLocalValueEnumerator | (Inherited from LayoutContent) | |
GetSchema | Returns null. (Inherited from LayoutContent) | |
GetValue | (Inherited from LayoutContent) | |
InvalidateProperty | (Inherited from LayoutContent) | |
ReadLocalValue | (Inherited from LayoutContent) | |
ReadXml | Overridden. Reads serialized layout information using the specified XmlReader | |
SetCurrentValue | (Inherited from LayoutContent) | |
SetValue | Overloaded. (Inherited from LayoutContent) | |
TogglePin | Modifies the pin status of the LayoutDocument/LayoutAnchorable from unpinned to pinned (or vice-versa) in a LayoutDocumentPane. (Inherited from LayoutContent) | |
WriteXml | Overridden. Writes serialized layout information using the specified XmlWriter |
Name | Description | |
---|---|---|
InternalDock | Overridden. Docks the layout document. | |
OnClosed | Called when the Closed event has been raised. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutContent) | |
OnClosing | Called when the Closing event has been raised. (Inherited from LayoutContent) | |
OnIsActiveChanged | Provides derived classes an opportunity to handle changes to the IsActive property. (Inherited from LayoutContent) | |
OnIsSelectedChanged | Provides derived classes an opportunity to handle changes to the IsSelected property. (Inherited from LayoutContent) | |
OnParentChanged | Called when Parent has changed. (Inherited from LayoutContent) | |
OnParentChanging | Provides an opportunity to execute code before Parent changes. (Inherited from LayoutContent) | |
OnPropertyChanged | (Inherited from LayoutContent) | |
OnRootChanged | Provides derived classes an opportunity to handle changes to the Root property. (Inherited from LayoutContent) | |
OnToggledPin | (Inherited from LayoutContent) | |
RaisePropertyChanged | Raises the PropertyChanged event for the specified property name. (Inherited from LayoutContent) | |
RaisePropertyChanging | Raises the PropertyChanging event for the specified property name. (Inherited from LayoutContent) | |
ShouldSerializeProperty | (Inherited from LayoutContent) |
Name | Description | |
---|---|---|
Closed | Raised when the content is closed (i.e., removed definitively from the layout). (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutContent) | |
Closing | Raised when the content is about to be closed (i.e. removed definitively from the layout). (Inherited from LayoutContent) | |
IsActiveChanged | Raised when the IsActive property has changed. (Inherited from LayoutContent) | |
IsSelectedChanged | Raised when the IsSelected property has changed. (Inherited from LayoutContent) | |
PropertyChanged | Raised when a property has changed. (Inherited from LayoutContent) | |
PropertyChanging | Raised when a property is about to change. (Inherited from LayoutContent) | |
ToggledPin | Raised when a LayoutContent's pin is pinned or unpinned. (Inherited from LayoutContent) |