Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
An enumeration that defines the horizontal alignment of an adorner relative to an element on a design surface.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Enumeration AdornerHorizontalAlignment
public enum AdornerHorizontalAlignment
public enum class AdornerHorizontalAlignment
type AdornerHorizontalAlignment
public enum AdornerHorizontalAlignment
Members
| Member name | Description | |
|---|---|---|
| Left | The adorner is aligned to the left. | |
| Center | The adorner is centered. | |
| Right | The adorner is aligned to the right. | |
| Stretch | The adorner is stretched. | |
| OutsideLeft | The adorner is aligned to the left, on the outside. | |
| OutsideRight | The adorner is aligned to the right, on the outside. |