Specifies values for LayersResizeAspectRatio property.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum LayersResizeAspectRatioType
Public Enumeration LayersResizeAspectRatioType
public enum class LayersResizeAspectRatioType

Members

MemberValueDescription
Disabled0
No aspect ratio even pressing ALT or setting IEViewer.ForceALTKey.
ALTKey1
Aspect ratio only pressing ALT or setting IEViewer.ForceALTKey.
Always2
Aspect ratio always enabled on all grips.
AlwaysOnCornerGrip3
Aspect ratio always enabled on corner grips.

See Also