| 
ShapeBase
AspectRatioLocked Property
  | 
 Gets or sets the boolean valut. Specifies that the generating application should not allow aspect ratio changes 
for the corresponding graphic frame.
 Namespace:
 Spire.Doc.Fields.Shapes
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool AspectRatioLocked { get; set; }
 
Public Property AspectRatioLocked As Boolean
	Get
	Set
 
public:
property bool AspectRatioLocked {
	bool get ();
	void set (bool value);
}
 
member AspectRatioLocked : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also