ThreeDFormat.PresetExtrusionDirection Property
Returns the direction taken by the extrusion's sweep path leading away from the extruded shape (the front face of the extrusion).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property PresetExtrusionDirection As MsoPresetExtrusionDirection
Get
'Usage
Dim instance As ThreeDFormat
Dim value As MsoPresetExtrusionDirection
value = instance.PresetExtrusionDirection
MsoPresetExtrusionDirection PresetExtrusionDirection { get; }
Property Value
Type: MsoPresetExtrusionDirection
Remarks
MsoPresetExtrusionDirection can be one of these MsoPresetExtrusionDirection constants:
msoExtrusionBottom
msoExtrusionBottomLeft
msoExtrusionBottomRight
msoExtrusionLeft
msoExtrusionNone
msoExtrusionRight
msoExtrusionTop
msoExtrusionTopLeft
msoExtrusionTopRight
msoPresetExtrusionDirectionMixed
To set the value of this property, use the SetExtrusionDirection method.