Windows.UI.Xaml.Media.Geometry.Transform

June 22, 2022 ยท View on GitHub

-description

Gets or sets the Transform object applied to a Geometry.

-xaml-syntax

<geometry>
  <geometry.Transform>
    singleTransform
  </geometry.Transform
</geometry>

-xaml-values

singleTransform
singleTransformExactly one object element for an object that derives from Transform. This is typically one of the following classes: RotateTransform, ScaleTransform, SkewTransform, TranslateTransform, MatrixTransform, or TransformGroup. By using a TransformGroup here, you can apply multiple transforms by defining child object elements of the TransformGroup. See the XAML Values section for TransformGroup.
## -property-value The transformation applied to the [Geometry](geometry.md). Note that this value may be a single [Transform](transform.md) or a list of [Transform](transform.md) items.

-remarks

-examples

-see-also