AnnotationDefaultAppearance::FontName property¶
Indicates the font name.
string FontName { get; set; }
string getFontName() throws IGRException;
void setFontName(string value) throws IGRException;
@property
def FontName(self) -> string:
@property.setter
def FontName(self, value: string)
std::wstring getFontName() const;
void setFontName(const std::wstring& value);
[propget] HRESULT FontName([out, retval] BSTR *result);
[propput] HRESULT FontName([in] BSTR value);
Return Value¶
string