HorizontalAlignment Enumeration
.NET Framework Class Library
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)
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Enumeration HorizontalAlignment
Visual Basic (Usage)
Dim instance As HorizontalAlignment
C#
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public enum HorizontalAlignment
Visual C++
[LocalizabilityAttribute(LocalizationCategory::None, Readability = Readability::Unreadable)]
public enum class HorizontalAlignment
JScript
public enum HorizontalAlignment
XAML Attribute Usage
<object property="enumerationMemberName" .../>
Member nameDescription
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.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker