AlternativeText

Shape.AlternativeText property

Devuelve o establece la cadena de texto descriptivo (alternativo) delShape objeto.

public string AlternativeText { get; set; }

Ejemplos

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

Ver también