ThreeDFormat.Depth Property
Returns or sets the depth of the shape's extrusion. Can be a value from – 600 through 9600 (positive values produce an extrusion whose front face is the original shape; negative values produce an extrusion whose back face is the original shape).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Depth As Single
Get
Set
'Usage
Dim instance As ThreeDFormat
Dim value As Single
value = instance.Depth
instance.Depth = value
float Depth { get; set; }
Property Value
Type: System.Single