Describes how content is resized to fill its allocated space.
Namespace: Windows.UI.Xaml.MediaAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax Members
| Member name | Value | Description |
---|
| None | 0 |
The content preserves its original size.
|
| Fill | 1 |
The content is resized to fill the destination dimensions. The aspect ratio is not preserved.
|
| Uniform | 2 |
The content is resized to fit in the destination dimensions while it preserves its native aspect ratio.
|
| UniformToFill | 3 |
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.
|
See Also