VerticalAlignment Enumeration

Determines the value of the VerticalAlignment property of the ImageWebPart class.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Enumeration VerticalAlignment
'Usage
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.

See Also

Reference

Microsoft.SharePoint.WebPartPages Namespace