| Visual Basic (Declaration) | |
|---|---|
Public Enum ShadowDirection Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ShadowDirection | |
| C# | |
|---|---|
public enum ShadowDirection : System.Enum | |
| Member | Description |
|---|---|
| Bottom | Displays a shadow on the bottom of the object only |
| BottomLeft | Displays a shadow on the bottom and left of the object |
| BottomRight | Displays a shadow on the bottom and right of the object |
| Left | Displays a shadow on the left of the object only |
| None | Displays no shadow |
| Right | Displays a shadow on the right of the object only |
| Top | Displays a shadow on the top of the object only |
| TopLeft | Displays a shadow on the top and left of the object |
| TopRight | Displays a shadow on the top and right of the object |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.DrawingSpace.ShadowDirection
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8