MasterTheme
SlideColorSchemes Property
|
Gets the collection of additional color schemes.
These schemes don't affect presentation's look, they can be selected as main color scheme for a slide.
Read-only
SlideColorSchemeCollection
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public SlideColorSchemeCollection SlideColorSchemes { get; }
Public ReadOnly Property SlideColorSchemes As SlideColorSchemeCollection
Get
public:
property SlideColorSchemeCollection^ SlideColorSchemes {
SlideColorSchemeCollection^ get ();
}
member SlideColorSchemes : SlideColorSchemeCollection with get
Property Value
Type:
SlideColorSchemeCollection
See Also