Click or drag to resize
FrameworkElementVerticalAlignment Property
Gets or sets the vertical alignment characteristics that are applied to a FrameworkElement when it is composed in a parent object such as a panel or items control.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public VerticalAlignment VerticalAlignment { get; set; }

Property Value

Type: VerticalAlignment
See Also