Skip to content

DockPanel

BoucherS edited this page Jun 14, 2017 · 2 revisions

DockPanel

Only available in the Plus Edition

Derives from AnimationPanel

Exactly like WPF's native DockPanel, except that this panel can animate its children and be used inside a SwitchPanel.

Properties

|| Property || Description | * | All the Properties from Canvas Panel | LastChildFill | Gets or sets is the last child is filled.

Events

|| Event || Description | * | All the Events from Canvas Panel.

Methods

|| Method || Description | GetDock( DependencyObject d ) | Gets the Dock property | SetDock( DependencyObject d, Dock value ) | Sets the Dock property

Clone this wiki locally