Control.VerticalContentAlignment Property
May 02, 2013
Gets or sets the vertical alignment of the control's content.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<control VerticalContentAlignment="verticalAlignmentValue"/>
XAML Values
Property Value
Type: System.Windows.VerticalAlignmentOne of the VerticalAlignment values. The default is VerticalAlignment.Center.
Dependency property identifier field: VerticalContentAlignmentProperty
This property only affects a control whose template uses the VerticalContentAlignment property as a parameter. On other controls, this property has no impact.