Windows.UI.Xaml.Media.Brush.Transform

June 22, 2022 ยท View on GitHub

-description

Gets or sets the transformation that is applied to the brush.

-xaml-syntax

<brush>
  <brush.Transform>
    singleTransform
  </brush.Transform>
</brush>

-xaml-values

singleTransform
singleTransformExactly one object element for an object that derives from Transform. This can be one of the following: 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 to apply to the brush.

-remarks

-examples

-see-also