ThreeDFormat.PresetThreeDFormat 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 preset extrusion format.
public:
property Microsoft::Office::Core::MsoPresetThreeDFormat PresetThreeDFormat { Microsoft::Office::Core::MsoPresetThreeDFormat get(); };
public Microsoft.Office.Core.MsoPresetThreeDFormat PresetThreeDFormat { get; }
member this.PresetThreeDFormat : Microsoft.Office.Core.MsoPresetThreeDFormat
Public ReadOnly Property PresetThreeDFormat As MsoPresetThreeDFormat
Property Value
Remarks
Each preset extrusion format contains a set of preset values for the various properties of the extrusion. If the extrusion has a custom format rather than a preset format, this property returns msoPresetThreeDFormatMixed.
MsoPresetThreeDFormat can be one of these MsoPresetThreeDFormat constants:
msoPresetThreeDFormatMixed
msoThreeD1
msoThreeD10
msoThreeD11
msoThreeD12
msoThreeD13
msoThreeD14
msoThreeD15
msoThreeD16
msoThreeD17
msoThreeD18
msoThreeD19
msoThreeD2
msoThreeD20
msoThreeD3
msoThreeD4
msoThreeD5
msoThreeD6
msoThreeD7
msoThreeD8
msoThreeD9
The values for this property correspond to the options (numbered from left to right, top to bottom) displayed when you click the 3-D button on the Drawing toolbar.
Use the SetThreeDFormat(MsoPresetThreeDFormat) method to set the preset extrusion format.