Пакеты | |
package | Properties |
Классы | |
class | AlignedImage |
class | AvalonDockWindow |
class | BaseContent |
class | BoolToVisibilityConverter |
Converter from boolean values to visibility (inverse mode). Подробнее... | |
class | ObjectToImageConverter |
class | Converters |
class | DeserializationCallbackEventArgs |
class | DockableContentStateAndPosition |
Represent a state of a dockable content that can be used to restore it after it's hidden. Подробнее... | |
class | DockableContent |
Identifies a content that can be drag over a DockingManager control or hosted by a window floating over it (FloatingWindow). Подробнее... | |
class | DockableContentCommands |
Defines commands that can be executed against a DockableContent. Подробнее... | |
class | DockableFloatingWindow |
class | DockableFloatingWindowCommands |
Encapsulates the. Подробнее... | |
class | DockablePane |
Defines a pane that can contain contents of type DockableContent Подробнее... | |
class | DockablePaneAnchorTab |
Represents a tab displayed in a border of the docking manager. Подробнее... | |
class | DockablePaneAnchorTabGroup |
class | DockablePaneCommands |
Defines commands that can be applied to a dockable pane. Подробнее... | |
class | DockableTabPanel |
class | DockingManager |
Represents a control which manages a dockable layout for its children. Подробнее... | |
class | DocumentContent |
Represent a document which can be host by a DocumentPane. Подробнее... | |
class | DocumentContentCommands |
Contains a list of commands that can be applied to a DocumentContent Подробнее... | |
class | DocumentFloatingWindow |
class | DocumentNavigatorWindow |
class | DocumentPane |
class | DocumentPaneCommands |
class | DocumentPaneResizingPanel |
class | DocumentTabPanel |
class | DragPaneServices |
Provides drag-drop functionalities for dockable panes. Подробнее... | |
class | FloatingDockablePane |
class | FloatingDocumentPane |
class | FloatingWindow |
Represents the base class for DockableFloatingWindow and DocumentFloatingWindow classes. Подробнее... | |
class | FlyoutDockablePane |
class | FlyoutPaneWindow |
Implements a flyout window. Подробнее... | |
class | GreyableImage |
Image control that get's greyed out when disabled. This control is intended to be used for toolbar, menu or button icons where ability of an icon to grey itself out when disabled is essential. Подробнее... | |
class | HelperFunc |
interface | IDockableControl |
interface | IDropSurface |
Defines an interface that must be implemented by objects that can host dragged panes. Подробнее... | |
class | ImageEx |
class | InteropHelper |
interface | ILinqToTree-g |
Defines an adapter that must be implemented in order to use the LinqToTree extension methods. Подробнее... | |
class | ILinqToTreeExts |
class | VisualTreeAdapter |
An adapter for DependencyObject which implements ILinqToTree in order to allow Linq queries on the visual tree. Подробнее... | |
class | LogicalTreeAdapter |
An adapter for DependencyObject which implements ILinqToTree in order to allow Linq queries on the logical tree. Подробнее... | |
class | ManagedContent |
class | ManagedContentCollection-g |
class | ManagedContentCommands |
Defines commands shared beteween all contents (Dockable or Documents). Подробнее... | |
class | NavigatorWindowItem |
Represent an navigator item within lists of contents that user can choose from the NavigatorWindow Подробнее... | |
class | NavigatorWindowDocumentItem |
Specialized class of NavigatorWindowItem for DocumentContent objects. Подробнее... | |
class | NavigatorWindow |
Window that is automatically shown when user press Ctrl+Tab combination. Подробнее... | |
class | OverlayWindow |
class | OverlayWindowDockingButton |
class | Pane |
class | PaneCommands |
class | PaneTabPanel |
class | RequestDocumentCloseEventArgs |
class | Resizer |
class | ResizingPanel |
class | ResizingPanelExFuncs |
class | RoutedEventHandler-g |
class | RoutedEventHelper |
class | ThemeFactory |
Is used for color-support to change the colors depending on a base theme. Подробнее... | |
class | WindowInteropWrapper |
class | FilterMessageEventArgs |
Перечисления | |
enum | AvalonDockBrushes { DefaultBackgroundBrush, DockablePaneTitleBackground, DockablePaneTitleBackgroundSelected, DockablePaneTitleForeground, DockablePaneTitleForegroundSelected, PaneHeaderCommandBackground, PaneHeaderCommandBorderBrush, DocumentHeaderBackground, DocumentHeaderForeground, DocumentHeaderForegroundSelected, DocumentHeaderForegroundSelectedActivated, DocumentHeaderBackgroundSelected, DocumentHeaderBackgroundSelectedActivated, DocumentHeaderBackgroundMouseOver, DocumentHeaderBorderBrushMouseOver, DocumentHeaderBorder, DocumentHeaderBorderSelected, DocumentHeaderBorderSelectedActivated, NavigatorWindowTopBackground, NavigatorWindowTitleForeground, NavigatorWindowDocumentTypeForeground, NavigatorWindowInfoTipForeground, NavigatorWindowForeground, NavigatorWindowBackground, NavigatorWindowSelectionBackground, NavigatorWindowSelectionBorderbrush, NavigatorWindowBottomBackground } |
Defines a list of brushes used by AvalonDock templates. Подробнее... | |
enum | ContextMenuElement { DockablePane, DocumentPane, DockableFloatingWindow, DocumentFloatingWindow } |
Defines a list of context menu resources. Подробнее... | |
enum | DockableContentState { None, Docked, AutoHide, DockableWindow, FloatingWindow, Document, Hidden } |
Enumerates all the possible states of DockableContent Подробнее... | |
enum | DockableStyle { None = 0x0000, Document = 0x0001, LeftBorder = 0x0002, RightBorder = 0x0004, TopBorder = 0x0008, BottomBorder = 0x0010, Floating = 0x0020, Single = 0x0040, AutoHide = 0x0080, DockableToBorders = LeftBorder | RightBorder | TopBorder | BottomBorder | AutoHide, Dockable = DockableToBorders | Document | Floating, DockableButNotAutoHidden = Dockable & ~AutoHide } |
Defines how a dockable content can be dragged over a docking manager. Подробнее... | |
enum | AnchorStyle { None, Top, Left, Bottom, Right } |
Anchor types. Подробнее... | |
enum | OverlayButtonHover { None, DropPaneInto, DropPaneLeft, DropPaneRight, DropPaneTop, DropPaneBottom, DropBorderLeft, DropBorderRight, DropBorderTop, DropBorderBottom, DropMainPaneLeft, DropMainPaneRight, DropMainPaneTop, DropMainPaneBottom } |
Anchor types.
None |
No anchor style, while content is hosted in a DocumentPane or a FloatingWindow |
Top |
Top border anchor. |
Left |
Left border anchor. |
Bottom |
Bottom border anchor. |
Right |
Right border anchor. |
Defines a list of brushes used by AvalonDock templates.
DefaultBackgroundBrush |
Default brush for DockingManager background. |
DockablePaneTitleBackground |
Brush used for the title background of a DockablePane. |
DockablePaneTitleBackgroundSelected |
Brush used for the title background of a DockablePane when is focused. |
DockablePaneTitleForeground |
Brush used for the title foreground of a DockablePane. |
DockablePaneTitleForegroundSelected |
Brush used for the title foreground of a DockablePane when is focused. |
PaneHeaderCommandBackground |
Brush used for the background of the pane command pins. |
PaneHeaderCommandBorderBrush |
Brush used for the border of the pane command pins. |
DocumentHeaderBackground |
Brush used for the background of a document header. |
DocumentHeaderForeground |
Brush used for the foreground of a document header. |
DocumentHeaderForegroundSelected |
Brush used for fonts while a document header is selected but not activated. |
DocumentHeaderForegroundSelectedActivated |
Brush used for fonts while a document header is selected and activated. |
DocumentHeaderBackgroundSelected |
Brush used for the background of a document header when selected (ManagedContent.IsActiveContent). |
DocumentHeaderBackgroundSelectedActivated |
Brush used for the background of a document header when active and selected (ManagedContent.IsActiveDocument). |
DocumentHeaderBackgroundMouseOver |
Brush used for the background of a document header when mouse is over it. |
DocumentHeaderBorderBrushMouseOver |
Brush used for the border brush of a document header when mouse is over it (but is not selected). |
DocumentHeaderBorder |
Brush for the document header border. |
DocumentHeaderBorderSelected |
Brush for the document header border when contains a document selected. |
DocumentHeaderBorderSelectedActivated |
Brush for the document header border when contains a document selected and activated. |
Defines a list of context menu resources.
DockablePane |
Context menu related to a DockablePane |
DocumentPane |
Context menu related to a DocumentPane |
DockableFloatingWindow |
Context menu related to a DockableFloatingWindow |
DocumentFloatingWindow |
Context menu related to a DocumentFloatingWindow |
Enumerates all the possible states of DockableContent
None |
Content is not associated with any DockingManager (Default State). |
Docked |
Content is docked to a border of a ResizingPanel within as DockingManager control. |
AutoHide |
Content is hosted by a flyout window and is visible only when user move mouse over an anchor thumb located to a DockingManager controlo border. |
DockableWindow |
Content is hosted by a floating window and user can redock is on its DockingManager container control. |
FloatingWindow |
Content is hosted by a floating window that can't be docked to a its DockingManager container control. |
Document |
Content is hosted into a DocmumentPane |
Hidden |
Content is hidden. |
Defines how a dockable content can be dragged over a docking manager.
This style can be composed with the 'or' operator.
None |
Content is not dockable at all. |
Document |
Dockable as document. |
LeftBorder |
Dockable to the left border of DockingManager |
RightBorder |
Dockable to the right border of DockingManager |
TopBorder |
Dockable to the top border of DockingManager |
BottomBorder |
Dockable to the bottom border of DockingManager |
Floating |
A DockableContent with this style can be hosted in a FloatingWindow |
Single |
A DockableContent with this style can be the only one content in a DockablePane pane (NOT YET SUPPORTED). This style is not compatible with DockableStyle.Document style |
AutoHide |
A DockableContet with this style can be autohidden. |
DockableToBorders |
Dockable only to a border of a DockingManager |
Dockable |
Dockable to a border of a DockingManager and into a DocumentPane |
DockableButNotAutoHidden |
Dockable to a border of a DockingManager and into a DocumentPane but not in autohidden mode (WinForms controls). |