This topic has not yet been rated - Rate this topic

Control.VerticalContentAlignment Property

May 02, 2013

Gets or sets the vertical alignment of the control's content.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
'Declaration
Public Property VerticalContentAlignment As VerticalAlignment
<control VerticalContentAlignment="verticalAlignmentValue"/>

XAML Values

verticalAlignmentValue

A named constant of the VerticalAlignment enumeration, such as Stretch.

Property Value

Type: System.Windows.VerticalAlignment
One 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.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.