[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.ShadowDirection

ShadowDirection Enum

Specifies the direction of the drop shadow of the shape.

Namespace: FarPoint.Win.Spread.DrawingSpace
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum ShadowDirection
Public Enum ShadowDirection

Fields

Name 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