ColorFormat.ObjectThemeColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a color that is mapped to the theme color scheme. Read/write MsoThemeColorIndex.
public:
property Microsoft::Office::Core::MsoThemeColorIndex ObjectThemeColor { Microsoft::Office::Core::MsoThemeColorIndex get(); void set(Microsoft::Office::Core::MsoThemeColorIndex value); };
public Microsoft.Office.Core.MsoThemeColorIndex ObjectThemeColor { get; set; }
Public Property ObjectThemeColor As MsoThemeColorIndex