FontStyle

Gets and sets the appearance of the text (valid only for DYNAMIC_TEXT_LABEL DynamicType). The style can be any combination of the following values (or 0 for regular font):

§   TE_FONT_BOLD = 1

§   TE_FONT_ITALIC = 2

§   TE_FONT_UNDERLINE = 4

 

JavaScript

 

 

 

FontStyle

 

C#

 

 

 

int FontStyle { get; set; }

 

C++

 

 

 

HRESULT FontStyle([out, retval] long* pVal)

HRESULT FontStyle([in] long pVal)