Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / AlternativeText Property


In This Topic
    AlternativeText Property
    In This Topic
    Gets or sets the descriptive (alternative) text string for an IShape object.
    Syntax
    'Declaration
     
    
    Property AlternativeText As String
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As String
     
    instance.AlternativeText = value
     
    value = instance.AlternativeText
    string AlternativeText {get; set;}

    Property Value

    The alternative text.
    See Also