LineFormat.Pattern 属性

定义

返回或设置一个值,该值代表应用于指定填充或线条的图案。

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

属性值

注解

还可以使用 Patterned(MsoPatternType) 方法设置填充或线条的图案。

BackColor使用 和 ForeColor 属性设置图案中使用的颜色。

适用于