Class Effect3D
Inheritance
System.Object
Effect3D
Assembly: IronWord.dll
Syntax
public class Effect3D : Object
Constructors
Effect3D()
Declaration
Fields
DefaultEffect
Declaration
public static Effect3D DefaultEffect
Field Value
Properties
BevelBottom
Declaration
public Bevel BevelBottom { get; set; }
Property Value
BevelTop
Declaration
public Bevel BevelTop { get; set; }
Property Value
ContourColor
Declaration
public Color ContourColor { get; set; }
Property Value
ContourWidth
Declaration
public double ContourWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
ExtrusionColor
Declaration
public Color ExtrusionColor { get; set; }
Property Value
ExtrusionHeight
Declaration
public double ExtrusionHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
PresetMaterialType
Declaration
public PresetMaterialTypeValues PresetMaterialType { get; set; }
Property Value
Methods
GetContourWidth(Units)
Declaration
public double GetContourWidth(Units measurementUnit)
Parameters
Type |
Name |
Description |
Units |
measurementUnit |
|
Returns
Type |
Description |
System.Double |
|
GetExtrusionHeight(Units)
Declaration
public double GetExtrusionHeight(Units measurementUnit)
Parameters
Type |
Name |
Description |
Units |
measurementUnit |
|
Returns
Type |
Description |
System.Double |
|
SetContourWidth(Double, Units)
Declaration
public void SetContourWidth(double contourWidth, Units measurementUnit)
Parameters
Type |
Name |
Description |
System.Double |
contourWidth |
|
Units |
measurementUnit |
|
SetExtrusionHeight(Double, Units)
Declaration
public void SetExtrusionHeight(double height, Units measurementUnit)
Parameters
Type |
Name |
Description |
System.Double |
height |
|
Units |
measurementUnit |
|