Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 805 Bytes

brush_relativetransform.md

File metadata and controls

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

Windows.UI.Xaml.Media.Brush.RelativeTransform

-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