Shape.AlternativeText

Shape.AlternativeText property

Returns or sets the descriptive (alternative) text string of the Shape object.

public string AlternativeText { get; set; }

Examples

[C#]
shape.AlternativeText = "a rectangle";

See Also