ThreeDFormat.PresetThreeDFormat 属性

定义

返回预设的延伸格式。

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

属性值

注解

每个预设的延伸格式都包含一组各种延伸属性的预设值。 如果延伸具有自定义格式而不是预设格式,则此属性返回 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.

若要设置预设的延伸格式,请使用 SetThreeDFormat(MsoPresetThreeDFormat) 方法。

适用于