Determines left or right side where image will be rendered.
Namespace:
C1.Web.iPhone.C1NavigationListAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public enum ImagePosition |
Visual Basic |
---|
Public Enumeration ImagePosition |
Members
Member name | Value | Description | |
---|---|---|---|
Auto | -1 | Value will depend on ItemsDefaults settings (default is Left). | |
Left | 0 | Flow left. | |
Right | 1 | Flow right. |