ActiveSlide
Theme Property
|
Gets a theme for this slide
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public abstract Theme Theme { get; }
Public MustOverride ReadOnly Property Theme As Theme
Get
public:
virtual property Theme^ Theme {
Theme^ get () abstract;
}
abstract Theme : Theme with get
Property Value
Type:
Theme
See Also