次の方法で共有


FillFormat.TextureAlignment プロパティ

定義

テクスチャ塗りつぶしのタイリングの配置 (座標グリッドの原点) を取得または設定します。

public:
 property Microsoft::Office::Core::MsoTextureAlignment TextureAlignment { Microsoft::Office::Core::MsoTextureAlignment get(); void set(Microsoft::Office::Core::MsoTextureAlignment value); };
public Microsoft.Office.Core.MsoTextureAlignment TextureAlignment { get; set; }
member this.TextureAlignment : Microsoft.Office.Core.MsoTextureAlignment with get, set
Public Property TextureAlignment As MsoTextureAlignment

プロパティ値

テクスチャ塗りつぶしのタイリングの配置 (座標グリッドの原点)。

注釈

値の取得と設定が可能です。 このプロパティによって返される値は、次 MsoTextureAlignment のいずれかの定数にすることができます。

このプロパティの設定は、Microsoft Word ユーザー インターフェイスの [図の書式設定] ダイアログ ボックスの [塗りつぶしオプション] の [配置] ボックスの設定に対応します ([描画ツール] の [書式] タブで、[図形スタイル] グループを展開します)。

適用対象