TileView for WPF and Silverlight Layout and Appearance / TileView for WPF and Silverlight Appearance Properties / Alignment Properties
In This Topic
Alignment Properties
In This Topic

The following properties let you customize the control's alignment:

Note: Dependency properties are external links.

 

Property Description
HorizontalAlignment Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. This is a dependency property.
VerticalAlignment Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. This is a dependency property.
See Also