Class Format3D

Class Format3D

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

This class specifies the 3D shape properties for a chart element or shape.

public class Format3D

Inheritance

objectFormat3D

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

LightingAngle

Gets and sets the lighting angle. Range from 0 to 359.9 degrees.

public double LightingAngle { get; set; }

Property Value

double

SurfaceLightingType

Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint.

public LightRigType SurfaceLightingType { get; set; }

Property Value

LightRigType

SurfaceMaterialType

Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte.

public PresetMaterialType SurfaceMaterialType { get; set; }

Property Value

PresetMaterialType

TopBevel

Gets the Aspose.Cells.Drawing.Bevel object that holds the properties associated with defining a bevel on the top or front face of a shape.

public Bevel TopBevel { get; }

Property Value

Bevel

Methods

HasTopBevelData()

Indicates if the shape has top bevel data.

public bool HasTopBevelData()

Returns

bool