ImageAlignModes Enumeration |
Background image alignment mode
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum ImageAlignModes
Public Enumeration ImageAlignModes
public enum class ImageAlignModes
Members
| Member name | Value | Description |
---|
| Top | 0 |
The image on the top
|
| Bottom | 1 |
The image on the bottom
|
| Right | 2 |
The image on the right
|
| Left | 3 |
The image on the left
|
| Center | 4 |
The image on the center
|
| TopRight | 5 |
The image on the top right
|
| TopLeft | 6 |
The image on the top left
|
| BottomRight | 7 |
The image on the bottom right
|
| BottomLeft | 8 |
The image on the bottom left
|
See Also