TextVerticalAlignment

Shape.TextVerticalAlignment property

Obtiene y establece el tipo de alineación vertical del texto de la forma.

public TextAlignmentType TextVerticalAlignment { get; set; }

Ejemplos


[C#]
if (shape.TextVerticalAlignment == Aspose.Cells.TextAlignmentType.Bottom)
    shape.TextVerticalAlignment = Aspose.Cells.TextAlignmentType.Center;

Ver también