menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThreeDFormatImpl - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ThreeDFormatImpl

    ThreeD format implementation

    Inheritance
    System.Object
    CommonObject
    ThreeDFormatImpl
    Implements
    IParentApplication
    System.IDisposable
    IThreeDFormat
    ICloneParent
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.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.

    Implements

    IParentApplication
    System.IDisposable
    IThreeDFormat
    ICloneParent
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved