# Size Properties

## Content



The following properties let you customize the size of the control:


> type=note
> **Note**: Dependency properties are external links.

| Property | Description |
| --- | --- |
| [Height](http://msdn2.microsoft.com/en-us/library/ms600880) | Gets or sets the suggested height of the element. This is a dependency property. |
| [MaxHeight](http://msdn2.microsoft.com/en-us/library/ms600891) | Gets or sets the maximum height constraint of the element. This is a dependency property. |
| [MaxWidth](http://msdn2.microsoft.com/en-us/library/ms600892) | Gets or sets the maximum width constraint of the element. This is a dependency property. |
| [MinHeight](http://msdn2.microsoft.com/en-us/library/ms600893) | Gets or sets the minimum height constraint of the element. This is a dependency property. |
| [MinWidth](http://msdn2.microsoft.com/en-us/library/ms600894) | Gets or sets the minimum width constraint of the element. This is a dependency property. |
| [Width](http://msdn2.microsoft.com/en-us/library/ms600906) | Gets or sets the width of the element. This is a dependency property. |

## See Also

[TileView Templates](/componentone/docs/wpf/online-tilesview/TileViewforWPFLayoutandAppearance/TileViewTemplates)