Gets and sets the name of the font (e.g., Arial) of the dynamic text label (valid only for DYNAMIC_TEXT_LABEL DynamicType).
JavaScript |
|
|
|
FontName |
C# |
|
|
|
string FontName { get; set; } |
C++ |
|
|
|
HRESULT FontName([out, retval] BSTR* pVal) HRESULT FontName([in] BSTR pVal) |