GroupPanel
An auto-resizing SpotPanel that always surrounds its Group's MemberNodes plus some Padding.
Herda de: SpotPanel
Propriedades
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.
Retorna: 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.
Retorna: a Rect in model coordinates
MeasureOverride(Size) : Size
Measure any children.
- availableSize
Retorna: This returns the size computed by ComputeBorder
Campos
PaddingProperty : DependencyProperty
Identifies the Padding dependency property.
SurroundsMembersAfterDropProperty : DependencyProperty
Identifies the SurroundsMembersAfterDrop dependency property.