alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ShadowOption

    Defines the constants that specify the shadow option to draw the image with shadow.

    Inheritance
    System.Object
    ShadowOption
    Namespace: Syncfusion.WinForms.Core.Enums
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class ShadowOption : Enum

    Fields

    All

    Allows to draw the shadow in all sides of the image.

    Declaration
    public const ShadowOption All
    Field Value
    Type
    ShadowOption

    BottomLeft

    Allows to draw the shadow at bottom and left sides of the image.

    Declaration
    public const ShadowOption BottomLeft
    Field Value
    Type
    ShadowOption

    BottomRight

    Allows to draw the shadow at bottom and right sides of the image.

    Declaration
    public const ShadowOption BottomRight
    Field Value
    Type
    ShadowOption

    None

    Does not allow to draw shadow for the image.

    Declaration
    public const ShadowOption None
    Field Value
    Type
    ShadowOption

    TopLeft

    Allows to draw the shadow at top and left sides of the image.

    Declaration
    public const ShadowOption TopLeft
    Field Value
    Type
    ShadowOption

    TopRight

    Allows to draw the shadow at top and right sides of the image.

    Declaration
    public const ShadowOption TopRight
    Field Value
    Type
    ShadowOption
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved