Spread Windows Forms 8.0 Product Documentation
ShadowDirection Enumeration


Specifies the direction of the drop shadow of the shape.
Syntax
'Declaration
 
Public Enum ShadowDirection 
   Inherits System.Enum
'Usage
 
Dim instance As ShadowDirection
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

FarPoint.Win.Spread.DrawingSpace Namespace
ShadowProps Class
ShadowDirection Property

 

 


Copyright © GrapeCity, inc. All rights reserved.