HorizontalAlignment Enumeration
.NET Framework 3.0
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)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <LocalizabilityAttribute(LocalizationCategory.None, Readability:=Readability.Unreadable)> _ Public Enumeration HorizontalAlignment 'Usage Dim instance As HorizontalAlignment
/** @attribute LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable) */ public enum HorizontalAlignment
LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable) public enum HorizontalAlignment
<object property="EnumerationValue" .../>
| Member name | Description | |
|---|---|---|
| Center | An element aligned to the center of the layout slot for the parent element. | |
| Left | An element aligned to the left 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. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: