Specifies values for LayersResizeAspectRatio property.
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
Disabled | 0 |
No aspect ratio even pressing ALT or setting IEViewer.ForceALTKey.
|
ALTKey | 1 |
Aspect ratio only pressing ALT or setting IEViewer.ForceALTKey.
|
Always | 2 |
Aspect ratio always enabled on all grips.
|
AlwaysOnCornerGrip | 3 |
Aspect ratio always enabled on corner grips.
|