ShadowPosition Enumeration |
Possible shadow positions listing
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 ShadowPosition
Public Enumeration ShadowPosition
public enum class ShadowPosition
Members
| Member name | Value | Description |
---|
| Right | 0 |
Assign the right position for shadow
|
| Left | 1 |
Assign the left position for shadow
|
| Top | 2 |
Assign the top position for shadow
|
| Bottom | 3 |
Assign the bottom position for shadow
|
| TopRight | 4 |
Assign the top right position for shadow
|
| TopLeft | 5 |
Assign the top left position for shadow
|
| BottomRight | 6 |
Assign the bottom right position for shadow
|
| BottomLeft | 7 |
Assign the bottom left position for shadow
|
| Behind | 8 |
Assign the behind position for shadow
|
See Also