# Layout in a Panel

## Content



You can easily lay out the C1ColorPicker and other controls in your WPF application, using the attached layout properties. For example, you can lay out your control in a **Grid** panel with its **Row**, **ColumnSpan**, and **RowSpan** properties and in a **Canvas** panel with its **Left** and **Top** properties. For example, the C1ColorPicker control includes the following **Layout** properties when located within a **Grid** panel:

![](https://cdn.mescius.io/document-site-files/images/babf1807-69aa-4d8a-96b6-d6c6d9325368/layout_x0020_in_x0020_a_x0020_panel_files/image001.png)

You can change the sizing, alignment, and location of the C1ColorPicker control within the **Grid** panel.