Enueration that determines the postition relationship of text and image.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public enum TextImageRelation
Visual Basic
Public Enumeration TextImageRelation

Members

Member nameValueDescription
ImageBeforeText0 Image is aligned before the text.
TextBeforeImage1 Text is aligned before the image.
ImageAboveText2 Image is aligned above the text.
TextAboveImage3 Text is aligned above the image.

See Also