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.