ThreeDFormat.PresetThreeDFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回预设的延伸格式。
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) 方法。