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 (用户界面中“绘制工具”下“绘图工具”下的“填充”窗格的“平铺选项”下的“对齐方式”框的设置。)

适用于