Show / Hide Table of Contents

Class ThreeDFormat

Inheritance
System.Object
ThreeDFormat
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ThreeDFormat : object

Properties

BottomBevel

Declaration
public Bevel BottomBevel { get; }
Property Value
Type Description
Bevel

ContourColor

Declaration
public DrawingColor ContourColor { get; set; }
Property Value
Type Description
DrawingColor

ContourSize

Declaration
public double ContourSize { get; set; }
Property Value
Type Description
System.Double

DepthColor

Declaration
public DrawingColor DepthColor { get; set; }
Property Value
Type Description
DrawingColor

DepthSize

Declaration
public double DepthSize { get; set; }
Property Value
Type Description
System.Double

Lighting

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

LightingAngle

Declaration
public double LightingAngle { get; set; }
Property Value
Type Description
System.Double

Material

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

TopBevel

Declaration
public Bevel TopBevel { get; }
Property Value
Type Description
Bevel
Back to top Generated by DocFX