Windows.UI.Xaml.Media.TransformGroup
June 22, 2022 ยท View on GitHub
-description
Represents a composite Transform composed of other Transform objects.
-xaml-syntax
<TransformGroup>
oneOrMoreTransforms
</TransformGroup>
-remarks
-examples
This example shows the markup for using a TransformGroup to fill the RenderTransform property.
[!code-xamlTransformGroup]