In This Topic
Gets or sets alternative text that describes the image for accessibility.
Syntax
'Declaration
Property AlternateText As String
'Usage
Dim instance As IGraphic
Dim value As String
instance.AlternateText = value
value = instance.AlternateText
string AlternateText {get; set;}
See Also