Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 959 Bytes

brush_transform.md

File metadata and controls

37 lines (26 loc) · 959 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Brush.Transform
winrt property

Windows.UI.Xaml.Media.Brush.Transform

-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