ChartTextArea
Font Property
|
Note: This API is now obsolete.
Returns FontImpl for current font. Read-only.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("")]
public FontWrapper Font { get; }
<ObsoleteAttribute("")>
Public ReadOnly Property Font As FontWrapper
Get
public:
[ObsoleteAttribute(L"")]
property FontWrapper^ Font {
FontWrapper^ get ();
}
[<ObsoleteAttribute("")>]
member Font : FontWrapper with get
Property Value
Type:
FontWrapper
See Also