ThreeDFormat.PresetExtrusionDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the direction taken by the extrusion's sweep path leading away from the extruded shape (the front face of the extrusion).
public:
property Microsoft::Office::Core::MsoPresetExtrusionDirection PresetExtrusionDirection { Microsoft::Office::Core::MsoPresetExtrusionDirection get(); };
public Microsoft.Office.Core.MsoPresetExtrusionDirection PresetExtrusionDirection { get; }
member this.PresetExtrusionDirection : Microsoft.Office.Core.MsoPresetExtrusionDirection
Public ReadOnly Property PresetExtrusionDirection As MsoPresetExtrusionDirection
Property Value
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(MsoPresetExtrusionDirection) method.