Shape.LockAspectRatio プロパティ

定義

図形のサイズを変更するときに、図形の高さと幅を互いに独立して変更できるか、元の比率を保持するかを決定します。

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

プロパティ値

注釈

このプロパティは、サイズを変更するときに指定した図形が元の比率を保持する場合は MsoTrue を返し、サイズを変更するときに図形の高さと幅を個別に変更できる場合 は MsoFalse を返します。

適用対象