ThreeDFormat.PresetThreeDFormat Property

Definition

Returns the preset extrusion format.

public:
 property Microsoft::Office::Core::MsoPresetThreeDFormat PresetThreeDFormat { Microsoft::Office::Core::MsoPresetThreeDFormat get(); };
public Microsoft.Office.Core.MsoPresetThreeDFormat PresetThreeDFormat { get; }
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. 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.

To set the preset extrusion format, use the SetThreeDFormat(MsoPresetThreeDFormat) method.

Applies to