ImageProperties Properties
Contains an image’s properties.| Name | Description |
|---|---|
| ActualSize | Gets the actual size of an image. Inherited from ImageBaseProperties. |
| Description | Specifies the description of an image. |
| DistanceFromText | Specifies distances between image borders and text that wraps around the image. |
| HorizontalAlignment | Specifies an image’s horizontal alignment relative to a horizontal anchor element. |
| HorizontalAnchorElement | Specifies the element to which an image is horizontally aligned. |
| HorizontalOffset | Specifies an image’s offset from a horizontal anchor element. |
| HorizontalRelativeOffset | Specifies an image’s relative offset from a horizontal anchor element. |
| Outline | Specifies the outline settings of an image. |
| VerticalAlignment | Specifies an image’s vertical alignment relative to a vertical anchor element. |
| VerticalAnchorElement | Specifies the element to which an image is vertically aligned. |
| VerticalOffset | Specifies an image’s offset from a vertical anchor element. |
| VerticalRelativeOffset | Specifies an image’s relative offset from a vertical anchor element. |
| WrapType | Specifies the image’s wrap type. |
See Also