NotesSlide
Theme Property
|
Gets the theme object from master.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public override Theme Theme { get; }
Public Overrides ReadOnly Property Theme As Theme
Get
public:
virtual property Theme^ Theme {
Theme^ get () override;
}
abstract Theme : Theme with get
override Theme : Theme with get
Property Value
Type:
Theme
See Also