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]

-see-also

Transform

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-remarks
  4. 4-examples
  5. 5-see-also