Открытые члены | Открытые атрибуты

Класс AvalonDock.DockableContentStateAndPosition

Represent a state of a dockable content that can be used to restore it after it's hidden. Подробнее...

Полный список членов класса

Открытые члены

 DockableContentStateAndPosition (Pane containerPane, int childIndex, double width, double height, AnchorStyle anchor, DockableContentState state)
 DockableContentStateAndPosition (Guid containerPaneID, int childIndex, double width, double height, AnchorStyle anchor, DockableContentState state)
 DockableContentStateAndPosition (DockableContent cntToSave)

Открытые атрибуты

readonly Pane ContainerPane = null
readonly Guid ContainerPaneID
readonly int ChildIndex = -1
readonly double Width
readonly double Height
readonly DockableContentState State
readonly AnchorStyle Anchor = AnchorStyle.None

Подробное описание

Represent a state of a dockable content that can be used to restore it after it's hidden.