ImageAlign 列舉
定義
指定影像相對於 Web 網頁文字的對齊方式。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
- 繼承
欄位
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 | 影像在 Web 網頁的左邊緣對齊而文字在右邊換行。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 | 影像在 Web 網頁的右邊緣對齊而文字在左邊換行。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. |
備註
ImageAlign列舉表示相對於 Web 網頁文字之影像的對齊選項。The ImageAlign enumeration represents the alignment options for an image relative to the text of a Web page.