Enum ShadowOption
Defines the constants that specify the shadow option to draw the image with shadow.
Namespace: Syncfusion.WinForms.Core.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ShadowOption
Fields
Name | Description |
---|---|
All | Allows to draw the shadow in all sides of the image. |
BottomLeft | Allows to draw the shadow at bottom and left sides of the image. |
BottomRight | Allows to draw the shadow at bottom and right sides of the image. |
None | Does not allow to draw shadow for the image. |
TopLeft | Allows to draw the shadow at top and left sides of the image. |
TopRight | Allows to draw the shadow at top and right sides of the image. |