Enum ContentModeEnum
Enumeration constants to define the Content Mode that an ImageAnnotation uses
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum ContentModeEnum extends Enum<ContentModeEnum>
Fields
| Name | Description |
|---|---|
| AspectFit | The image annotation maintains it's aspect ratio |
| FitXY | The image annotation takes full available space |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |