次の方法で共有


ThreeDFormat.PresetThreeDFormat プロパティ

定義

既定の 3-d 書式を返します。

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

プロパティ値

注釈

各既定の 3-d 書式には、3-d の各種プロパティの既定値のセットが含まれています。 押し出しにプリセット形式ではなくカスタム形式がある場合、このプロパティは を返します 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)

適用対象