Class ThreeDFormatImpl
ThreeD format implementation
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ThreeDFormatImpl : CommonObject, IParentApplication, IDisposable, IThreeDFormat, ICloneParent
Constructors
ThreeDFormatImpl(IApplication, Object)
Creates the shadow and sets its Application and Parent properties to specified values. Intialize the ShadowData object
Declaration
public ThreeDFormatImpl(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Application object for the shadow. |
System.Object | parent | Parent object for the shadow. |
Properties
BevelBottom
Gets or sets the bevel bottom.
Declaration
public Excel2007ChartBevelProperties BevelBottom { get; set; }
Property Value
Type | Description |
---|---|
Excel2007ChartBevelProperties | The bevel bottom. |
BevelBottomHeight
Get or Set BevelB height
Declaration
public int BevelBottomHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Integer Number |
Remarks
The value ranges from 0 to 1584
BevelBottomWidth
Get or Set BevelB height
Declaration
public int BevelBottomWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Integer Number |
Remarks
The value ranges from 0 to 1584
BevelTop
Gets or sets the bevel top.
Declaration
public Excel2007ChartBevelProperties BevelTop { get; set; }
Property Value
Type | Description |
---|---|
Excel2007ChartBevelProperties | The bevel top. |
BevelTopHeight
Get or Set BevelT height
Declaration
public int BevelTopHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Integer Number |
Remarks
The value ranges from 0 to 1584
BevelTopWidth
Get or Set BevelT Width
Declaration
public int BevelTopWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Integer Number |
Remarks
The value ranges from 0 to 1584
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. |
Methods
Clone(Object)
Clone current Record.
Declaration
public ThreeDFormatImpl Clone(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent | Parent object. |
Returns
Type | Description |
---|---|
ThreeDFormatImpl | Returns clone of current object. |
Explicit Interface Implementations
ICloneParent.Clone(Object)
Creates a new object that is a copy of the current instance.
Declaration
object ICloneParent.Clone(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent | Parent object for a copy of this instance. |
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |