GroupPanel
An auto-resizing SpotPanel that always surrounds its Group's MemberNodes plus some Padding.
Hereda de: SpotPanel
Propiedades
SurroundsMembersAfterDrop : bool
Gets or sets whether ComputeBorder should keep the same bounds during a DraggingTool move.
Métodos
ArrangeOverride(Size) : Size
Arrange any children according to their DependencyObject) and DependencyObject) values.
- finalSize
ComputeBorder() : Rect
Normally this just returns the result of ComputeMemberBounds expanded by the Padding.
Devuelve: However, if SurroundsMembersAfterDrop is true, and if the CurrentTool is the DraggingTool, and if this Group is not being dragged, this method returns the last value of ComputeBorder before dragging began.
ComputeMemberBounds() : Rect
Compute the union of the Bounds of this Group's MemberNodes.
Devuelve: a Rect in model coordinates
MeasureOverride(Size) : Size
Measure any children.
- availableSize
Devuelve: This returns the size computed by ComputeBorder
Campos
PaddingProperty : DependencyProperty
Identifies the Padding dependency property.
SurroundsMembersAfterDropProperty : DependencyProperty
Identifies the SurroundsMembersAfterDrop dependency property.