_Application.SmartArtColors 属性

定义

获取一个 SmartArtColors 对象,该对象表示当前在应用程序中加载的一组颜色样式。

public:
 property Microsoft::Office::Core::SmartArtColors ^ SmartArtColors { Microsoft::Office::Core::SmartArtColors ^ get(); };
public Microsoft.Office.Core.SmartArtColors SmartArtColors { get; }
member this.SmartArtColors : Microsoft.Office.Core.SmartArtColors
Public ReadOnly Property SmartArtColors As SmartArtColors

属性值

SmartArtColors 对象。

注解

此为只读属性。 此属性表示的颜色集对应于 2010 Word SmartArt Tools 上下文选项卡上的“设计”选项卡上的“更改颜色”按钮上的可用颜色样式。

适用于