Spread Windows Forms 6.0 Product Documentation
ShadowDirection Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace : ShadowDirection Enumeration


Glossary Item Box

Specifies the direction of the drop shadow of the shape.

Syntax

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

Members

MemberDescription
BottomDisplays a shadow on the bottom of the object only
BottomLeftDisplays a shadow on the bottom and left of the object
BottomRightDisplays a shadow on the bottom and right of the object
LeftDisplays a shadow on the left of the object only
NoneDisplays no shadow
RightDisplays a shadow on the right of the object only
TopDisplays a shadow on the top of the object only
TopLeftDisplays a shadow on the top and left of the object
TopRightDisplays a shadow on the top and right of the object

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.