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