ImageAlign Enum

Definition

Specifies the alignment of an image in relation to the text of a Web page.

public enum class ImageAlign
public enum ImageAlign
type ImageAlign = 
Public Enum ImageAlign
Inheritance
ImageAlign

Fields

AbsBottom 7

The lower edge of the image is aligned with the lower edge of the largest element on the same line.

AbsMiddle 8

The middle of the image is aligned with the middle of the largest element on the same line.

Baseline 3

The lower edge of the image is aligned with the lower edge of the first line of text.

Bottom 6

The lower edge of the image is aligned with the lower edge of the first line of text.

Left 1

The image is aligned on the left edge of the Web page with text wrapping on the right.

Middle 5

The middle of the image is aligned with the lower edge of the first line of text.

NotSet 0

The alignment is not set.

Right 2

The image is aligned on the right edge of the Web page with text wrapping on the left.

TextTop 9

The upper edge of the image is aligned with the upper edge of the highest text on the same line.

Top 4

The upper edge of the image is aligned with the upper edge of the highest element on the same line.

Remarks

The ImageAlign enumeration represents the alignment options for an image relative to the text of a Web page.

Applies to

See also