ImageAspectValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Image Scaling Behavior
public enum ImageAspectValuespublic readonly struct ImageAspectValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.ImageAspectValues>, IEquatable<DocumentFormat.OpenXml.Vml.ImageAspectValues>type ImageAspectValues = type ImageAspectValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ImageAspectValues>Public Enum ImageAspectValuesPublic Structure ImageAspectValues
Implements IEnumValue, IEnumValueFactory(Of ImageAspectValues), IEquatable(Of ImageAspectValues)- Inheritance
- 
				ImageAspectValues
- Inheritance
- 
				ImageAspectValues
Fields
| Name | Value | Description | 
|---|---|---|
| Ignore | 0 | Ignore Aspect Ratio. When the item is serialized out as xml, its value is "ignore". | 
| AtMost | 1 | At Most. When the item is serialized out as xml, its value is "atMost". | 
| AtLeast | 2 | At Least. When the item is serialized out as xml, its value is "atLeast". | 
| AtLeast | At Least. When the item is serialized out as xml, its value is "atLeast". | |
| AtMost | At Most. When the item is serialized out as xml, its value is "atMost". | |
| Equality(ImageAspectValues, ImageAspectValues) | ||
| Equals(ImageAspectValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ImageAspectValues>.Create(String) | ||
| Ignore | Ignore Aspect Ratio. When the item is serialized out as xml, its value is "ignore". | |
| ImageAspectValues(String) | Creates a new ImageAspectValues enum instance | |
| Inequality(ImageAspectValues, ImageAspectValues) | ||
| ToString() |