HorizontalAlignment Property (IAxis)
Gets or sets the horizontal alignment characteristics that are applied to a System.Windows.FrameworkElement when it is composed in a layout parent, such as a panel or items control.
Syntax
HorizontalAlignment HorizontalAlignment {get; set;}

Property Value

A horizontal alignment setting, as a value of the enumeration. The default is System.Windows.HorizontalAlignment.Stretch.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also