ThreeDFormat.PresetThreeDFormat プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既定の 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) 。