Stretch Stretch Stretch Stretch Enum
Definition
Describes how content is resized to fill its allocated space.
public : enum class Stretchpublic enum StretchPublic Enum Stretch// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Fill Fill Fill Fill | The content is resized to fill the destination dimensions. The aspect ratio is not preserved. |
| None None None None | The content preserves its original size. |
| Uniform Uniform Uniform Uniform | The content is resized to fit in the destination dimensions while it preserves its native aspect ratio. |
| UniformToFill UniformToFill UniformToFill UniformToFill | The content is resized to fill the destination dimensions while it preserves its native aspect ratio. If the aspect ratio of the destination rectangle differs from the source, the source content is clipped to fit in the destination dimensions. |