ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShadowData - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShadowData

    The Shadow record defines the Shadow properties and the 3D features(bevel top and bevel bottom),Lignting and Material properties

    Inheritance
    System.Object
    ShadowData
    Implements
    System.ICloneable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ShadowData : ICloneable

    Constructors

    ShadowData()

    Shadow data

    Declaration
    public ShadowData()

    Properties

    BevelBottom

    Gets or sets the bevel bottom.

    Declaration
    public Excel2007ChartBevelProperties BevelBottom { get; set; }
    Property Value
    Type Description
    Excel2007ChartBevelProperties

    The bevel bottom.

    BevelTop

    Gets or sets the bevel top.

    Declaration
    public Excel2007ChartBevelProperties BevelTop { get; set; }
    Property Value
    Type Description
    Excel2007ChartBevelProperties

    The bevel top.

    Lighting

    Gets or sets the lighting.

    Declaration
    public Excel2007ChartLightingProperties Lighting { get; set; }
    Property Value
    Type Description
    Excel2007ChartLightingProperties

    The lighting.

    Material

    Gets or sets the material.

    Declaration
    public Excel2007ChartMaterialProperties Material { get; set; }
    Property Value
    Type Description
    Excel2007ChartMaterialProperties

    The material.

    ShadowInnerPresets

    Gets or sets the shadow inner presets.

    Declaration
    public Excel2007ChartPresetsInner ShadowInnerPresets { get; set; }
    Property Value
    Type Description
    Excel2007ChartPresetsInner

    The shadow inner presets.

    ShadowOuterPresets

    Gets or sets the shadow outer presets.

    Declaration
    public Excel2007ChartPresetsOuter ShadowOuterPresets { get; set; }
    Property Value
    Type Description
    Excel2007ChartPresetsOuter

    The shadow outer presets.

    ShadowPrespectivePresets

    Gets or sets the shadow prespective presets.

    Declaration
    public Excel2007ChartPresetsPrespective ShadowPrespectivePresets { get; set; }
    Property Value
    Type Description
    Excel2007ChartPresetsPrespective

    The shadow prespective presets.

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    Implements

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