# Size Properties

## Content



The following properties let you customize the size of **C1HeaderedContentControl**.

| **Property** | **Description** |
| --- | --- |
| [Height](https://docs.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.height?view=netframework-4.5.2) | Gets or sets the suggested height of the element. This is a dependency property. |
| [MaxHeight](https://docs.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.maxheight?view=netframework-4.5.2) | Gets or sets the maximum height constraint of the element. This is a dependency property. |
| [MaxWidth](https://docs.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.maxwidth?view=netframework-4.5.2) | Gets or sets the maximum width constraint of the element. This is a dependency property. |
| [MinHeight](https://docs.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.minheight?view=netframework-4.5.2) | Gets or sets the minimum height constraint of the element. This is a dependency property. |
| [MinWidth](https://docs.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.minwidth?view=netframework-4.5.2) | Gets or sets the minimum width constraint of the element. This is a dependency property. |
| [Width](https://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.width(v=vs.110).aspx) | Gets or sets the width of the element. This is a dependency property. |