Summary
ClipBorder computes the position of its single child and applies its child's alignments to the child.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- ClipBorder
Syntax
protected override Size ArrangeOverride(Size finalSize)
Parameters
| Name | Type | Description |
|---|---|---|
| finalSize | Size | The size reserved for this element by the parent |
Return Value
| Type | Description |
|---|---|
| Size | The actual ink area of the element, typically the same as finalSize |
