AdornerPlacementDimension Enumeration
An enumeration that defines the dimension that should be applied to an AdornerPlacementValue structure.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Enumeration AdornerPlacementDimension
public enum AdornerPlacementDimension
public enum class AdornerPlacementDimension
type AdornerPlacementDimension
public enum AdornerPlacementDimension
Members
Member name | Description | |
---|---|---|
Left | The left side. | |
Top | The top side. | |
Right | The right side. | |
Bottom | The bottom side. | |
Width | The width. | |
Height | The height. |
Remarks
The AdornerPlacementDimension enumeration is used by size- and position-related types, such as the IAdornerPlacement interface.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace