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

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

Property Value

Type: HorizontalAlignment
See Also