Shape.LockAspectRatio Propiedad

Definición

Determina si puede cambiar el alto y el ancho de la forma independientemente entre sí al cambiar su tamaño o si conserva sus proporciones originales.

public:
 property Microsoft::Office::Core::MsoTriState LockAspectRatio { Microsoft::Office::Core::MsoTriState get(); void set(Microsoft::Office::Core::MsoTriState value); };
public Microsoft.Office.Core.MsoTriState LockAspectRatio { get; set; }
member this.LockAspectRatio : Microsoft.Office.Core.MsoTriState with get, set
Public Property LockAspectRatio As MsoTriState

Valor de propiedad

Comentarios

Esta propiedad devuelve MsoTrue si la forma especificada conserva sus proporciones originales al cambiar su tamaño, y MsoFalse si puede cambiar el alto y el ancho de la forma independientemente entre sí al cambiar su tamaño.

Se aplica a