menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ShadowOption - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved