AdornerHorizontalAlignment Enumeration
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. |