Spread WPF 18
GrapeCity.Spreadsheet Namespace / IGraphic Interface / AlternateText Property


In This Topic
    AlternateText Property
    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