Enueration that determines the postition relationship of text and image.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public enum TextImageRelation |
Visual Basic |
---|
Public Enumeration TextImageRelation |
Members
Member name | Value | Description | |
---|---|---|---|
ImageBeforeText | 0 | Image is aligned before the text. | |
TextBeforeImage | 1 | Text is aligned before the image. | |
ImageAboveText | 2 | Image is aligned above the text. | |
TextAboveImage | 3 | Text is aligned above the image. |