AlternateText Property (C1BinaryImage)
In This Topic
The alternate text displayed in the Image control when the image is unavailable.
Syntax
'Declaration
Public Property AlternateText As System.String
public System.string AlternateText {get; set;}
See Also