In This Topic
Gets or sets the embedded HTML to be rendered within the image.
The default is a null reference (Nothing in Visual Basic).
Syntax
'Declaration
Public Property EmbeddedHtml As System.String
public System.string EmbeddedHtml {get; set;}
See Also