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 vertical 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 AdornerVerticalAlignment
public enum AdornerVerticalAlignment
public enum class AdornerVerticalAlignment
type AdornerVerticalAlignment
public enum AdornerVerticalAlignment
Members
| Member name | Description | |
|---|---|---|
| Top | The adorner is aligned to the top. | |
| Center | The adorner is centered. | |
| Bottom | The adorner is aligned to the bottom. | |
| Stretch | The adorner is stretched. | |
| OutsideTop | The adorner is aligned to the top, on the outside. | |
| OutsideBottom | The adorner is aligned to the bottom, on the outside. |