0 out of 1 rated this helpful - Rate this topic

HorizontalAlignment Enumeration

Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public enum HorizontalAlignment
<object property="enumerationMemberName" .../>
Member name Description
Left An element aligned to the left of the layout slot for the parent element.
Center An element aligned to the center of the layout slot for the parent element.
Right An element aligned to the right of the layout slot for the parent element.
Stretch An element stretched to fill the entire layout slot of the parent element.

Stretch is the default layout behavior.

Element Height and Width properties that are explicitly set take precedence over the Stretch property value.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ