[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IThreeDFormat

IThreeDFormat Interface

Represents a shape's three-dimensional formatting.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IThreeDFormat
Public Interface IThreeDFormat

Properties

Name Description
CameraPosition

Represents the position of the camera in the 3D world.

CameraWidth

Represents the Width of the Orthographic Camera in the 3D world.

ContourColor

Gets the contour color for a IThreeDFormat> object.

ContourWidth

Gets or sets the contour width for a IThreeDFormat> object.

Depth

Gets or sets a value that represents the depth of the shape's extrusion.

ExtrusionColor

Gets a SchemeColor object that represents the color of the shape's extrusion.

FieldOfView

Gets or sets the angle at which a IThreeDFormat object can be viewed.

PresetCamera

Gets the extrusion preset camera for a ThreeDFormat object

PresetLighting

Gets the extrusion preset lighting for a ThreeDFormat object

PresetLightingDirection

Gets the position of the light source relative to the extrusion

RotationX

Gets or sets the rotation of the extruded shape around the x-axis in degrees. Can be a value from -90 through 90. A positive value indicates upward rotation; a negative value indicates downward rotation.

RotationY

Gets or sets the rotation of the extruded shape around the y-axis in degrees. Can be a value from -90 through 90. A positive value indicates rotation to the left; a negative value indicates rotation to the right.

RotationZ

Gets or sets the rotation of the extruded shape around the z-axis in degrees. Can be a value from -90 through 90. A positive value indicates upward rotation; a negative value indicates downward rotation.

Z

Gets the Z order of the specified IThreeDFormat object.