Class | Description | |
---|---|---|
BestFitPanel | Arranges into view only the largest single child element that is fully visible, based on the Criteria setting. And arranges all other children out of view. | |
CompactWrapPanel | A custom wrap panel used to arrange items horizontally or vertically in as few columns as possible. | |
ContentControlWithAutomation | A content control that is visible to UI automation | |
MinMaxConverter | Custom value converter that deals with System.IComparable instances and ensures that the specified value is within a given range. | |
RotateDecorator | Element used to rotate its content |
Enumeration | Description | |
---|---|---|
BestFitCriteria | Determines what criteria to use, width or height, when determining it an element fits within its parent panel. |