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