Static class containing utility methods for aligning visual elements.
| Method | Description | 
|---|---|
| CeilToPanelPixelSize | Return the next larger value representing a whole number of pixels on the target when rendered. | 
| FloorToPanelPixelSize | Return the next smaller value representing a whole number of pixels on the target when rendered. | 
| RoundToPanelPixelSize | Round the value so that it is a whole number of pixels on the target when rendered. |