Name

ImageAlign

Synopsis

This enumeration specifies the alignment used for an Image control. Left and Right specify an alignment relative to the web page. Text will wrap around an Image control on the opposite side. Other values are relative to the current text line. For example, Bottom and Middle align the bottom or middle of an image with the lower edge of a text line. AbsBottom, AbsMiddle, and Top, on the other hand, are relative to the bottom, middle, or top of the largest element in the same line.

Public Enum ImageAlign
                  NotSet = 0
                  Left = 1
                  Right = 2
                  Baseline = 3
                  Top = 4
                  Middle = 5
                  Bottom = 6
                  AbsBottom = 7
                  AbsMiddle = 8
                  TextTop = 9
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ImageAlign

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.