BackgroundFillRotationType Enum
Specifies how to rotate a background fill when drawing with a different side.
public enum BackgroundFillRotationType
Fields
| Name | Description |
|---|---|
| None | Draw as specified. |
| Orientation | Draw as specified if the side is top or bottom. Rotate 90 degrees if the side is left or right. |
| Side | Draw as specified if the side is top. Rotate 90 degrees for each side around from top. |