-api-id | -api-type |
---|---|
T:Windows.UI.Xaml.Media.TransformGroup |
winrt class |
Represents a composite Transform composed of other Transform objects.
<TransformGroup>
oneOrMoreTransforms
</TransformGroup>
This example shows the markup for using a TransformGroup to fill the RenderTransform property.
[!code-xamlTransformGroup]