PictureFill Properties
A picture fill that uses an image as the fill pattern.| Name | Description |
|---|---|
| AlignType | Gets or sets the position of the first tile relative to the shape to which the tiled picture fill is applied. |
| FillRect | Gets or sets the rectangle area where the picture fill is applied. |
| FlipType | Gets or sets how the picture fill is flipped when tiled. |
| Image | Returns the image used as the fill. |
| OffsetX | Gets or sets the horizontal offset of the picture fill. |
| OffsetY | Gets or sets the vertical offset of the picture fill. |
| RotateWithShape | Indicates whether the picture fill rotates along with the shape. |
| ScaleX |
Gets or sets the horizontal scaling factor of the picture fill. 100.0f means original width; values larger than 100.0f enlarge, values smaller than 100.0f shrink.
|
| ScaleY |
Gets or sets the vertical scaling factor of the picture fill. 100.0f means original height; values larger than 100.0f enlarge, values smaller than 100.0f shrink.
|
| SourceRect | Specifies the part of the picture to display in the document. |
| Stretch | Indicates whether the picture fill is stretched when tiled. |
| Type | Returns the fill type. |
See Also