FarPoint.Win.Spread
ShadowDirection Enumeration
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace : ShadowDirection Enumeration


Specifies the direction of the drop shadow of the shape.

Syntax

Visual Basic (Declaration) 
Public Enum ShadowDirection 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ShadowDirection
C# 
public enum ShadowDirection : Enum 

Members

MemberDescription
None Displays no shadow
Right Displays a shadow on the right of the object only
BottomRight Displays a shadow on the bottom and right of the object
Bottom Displays a shadow on the bottom of the object only
BottomLeft Displays a shadow on the bottom and left of the object
Left Displays a shadow on the left of the object only
TopLeft Displays a shadow on the top and left of the object
Top Displays a shadow on the top of the object only
TopRight Displays a shadow on the top and right of the object

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.DrawingSpace.ShadowDirection

See Also