Windows.UI.Xaml.Media.Brush.RelativeTransform

June 22, 2022 ยท View on GitHub

-description

Gets or sets the transformation that is applied to the brush using relative coordinates.

-xaml-syntax

<brush>
  <brush.RelativeTransform>
    singleTransform
  </brush.RelativeTransform>
</brush>

-xaml-values

singleTransform
singleTransformA single object element for a class that derives from Transform, for example TranslateTransform.
## -property-value The transformation that is applied to the brush using relative coordinates. The default value is null.

-remarks

-examples

-see-also