VerticalAlignment Enumeration
Determines the value of the VerticalAlignment property of the ImageWebPart class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration VerticalAlignment
Dim instance As VerticalAlignment
public enum VerticalAlignment
Members
Member name | Description | |
---|---|---|
Top | Vertically align the image with the top of the frame. | |
Middle | Vertically align the image in the center of the frame. | |
Bottom | Vertically align the image with the bottom of the frame. |