Compartir a través de


ThreeDFormat.PresetExtrusionDirection Property

Returns the direction that the extrusion's sweep path takes away from the extruded shape (the front face of the extrusion). Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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: Microsoft.Office.Core.MsoPresetExtrusionDirection

Remarks

This property is read-only. To set the value of this property, use the SetExtrusionDirection(MsoPresetExtrusionDirection) method.

The value of the PresetExtrusionDirection property can be one of these MsoPresetExtrusionDirection constants.

msoExtrusionBottom

msoExtrusionBottomLeft

msoExtrusionBottomRight

msoExtrusionLeft

msoExtrusionNone

msoExtrusionRight

msoExtrusionTop

msoExtrusionTopLeft

msoExtrusionTopRight

msoPresetExtrusionDirectionMixed

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.PowerPoint Namespace