[]
Defines how line is drawn within shape.
public enum StretchEnum
| Name | Description |
|---|---|
| None | The content preserves its original size when the bounds are resized. |
| Stretch | The content is resized with bounds accordingly. |
| Uniform | The content is resized with bounds accordingly and preserves its native aspect ratio. |