Specifies how element's proportions are maintained.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public enum LockAspectRatio |
Visual Basic (Declaration) |
---|
Public Enumeration LockAspectRatio |
Visual C++ |
---|
public enum class LockAspectRatio |
Members
Member name | Description | |
---|---|---|
None |
Specifies that element's proportions are not maintained.
| |
WidthBased |
Specifies that element's proportions are maintained based on the new width value.
| |
HeightBased |
Specifies that element's proportions are maintained based on the new height value.
| |
Fit |
Specifies that element's proportions are maintained based on the new width and height values.
|