TextOnImage

Gets and sets a Boolean that determines if the text appears on the image in the label. Otherwise, the label expands so that the text appears around the image. This parameter is ignored if there is no image set for this label.

 

JavaScript

 

TextOnImage

 

C#

 

bool TextOnImage { get; set; }

 

C++

 

HRESULT TextOnImage([out, retval] VARIANT_BOOL* pVal)

HRESULT TextOnImage([in] VARIANT_BOOL pVal)