GroupPanel
An auto-resizing SpotPanel that always surrounds its Group's MemberNodes plus some Padding.
Наследует: SpotPanel
Свойства
SurroundsMembersAfterDrop : bool
Gets or sets whether ComputeBorder should keep the same bounds during a DraggingTool move.
Методы
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.
Возвращает: 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.
Возвращает: a Rect in model coordinates
MeasureOverride(Size) : Size
Measure any children.
- availableSize
Возвращает: This returns the size computed by ComputeBorder
Поля
PaddingProperty : DependencyProperty
Identifies the Padding dependency property.
SurroundsMembersAfterDropProperty : DependencyProperty
Identifies the SurroundsMembersAfterDrop dependency property.