Gets or sets a value that indicates whether to preserve the aspect ratio when moving a corner control point for all
AnnEditDesigner derived classes.
public bool MaintainAspectRatio {get; set;}
'Declaration
Public Property MaintainAspectRatio As Boolean
'Usage
Dim instance As AnnAutomationManager
Dim value As Boolean
instance.MaintainAspectRatio = value
value = instance.MaintainAspectRatio
public:
property bool MaintainAspectRatio {
bool get();
void set ( bool value);
}
Property Value
true to maintain the aspect ratio; otherwise, false.