Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeBase Class / AlternativeText Property

In This Topic
    AlternativeText Property (ShapeBase)
    In This Topic
    Gets or sets the alternative text for the shape. This text can be used by assistive technologies or applications that do not display the actual object.
    Syntax
    'Declaration
     
    Public Overridable Property AlternativeText As System.String
    public virtual System.string AlternativeText {get; set;}
    See Also