menu

WinForms

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

    Show / Hide Table of Contents

    Class ShadowStyleWrapper

    Inheritance
    System.Object
    ShadowStyleWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class ShadowStyleWrapper

    Constructors

    ShadowStyleWrapper()

    Declaration
    public ShadowStyleWrapper()

    Properties

    FillStyle

    Declaration
    public FillStyleWrapper FillStyle { get; set; }
    Property Value
    Type
    FillStyleWrapper

    OffsetX

    Declaration
    public float OffsetX { get; set; }
    Property Value
    Type
    System.Single

    OffsetY

    Declaration
    public float OffsetY { get; set; }
    Property Value
    Type
    System.Single

    Visible

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    Deserialize(ShadowStyle)

    Declaration
    public void Deserialize(ShadowStyle style)
    Parameters
    Type Name Description
    ShadowStyle style

    Serialize(ShadowStyle)

    Declaration
    public void Serialize(ShadowStyle style)
    Parameters
    Type Name Description
    ShadowStyle style
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved