_Application.SmartArtQuickStyles 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.
Gets the set of SmartArt quick styles which are currently loaded in the application.
public:
property Microsoft::Office::Core::SmartArtQuickStyles ^ SmartArtQuickStyles { Microsoft::Office::Core::SmartArtQuickStyles ^ get(); };
public Microsoft.Office.Core.SmartArtQuickStyles SmartArtQuickStyles { get; }
Public ReadOnly Property SmartArtQuickStyles As SmartArtQuickStyles
Property Value
The set of SmartArt quick styles which are currently loaded in the application.
Remarks
Read-only.