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