Brush.RelativeTransform Property
Definition
Gets or sets the transformation that is applied to the brush using relative coordinates.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.Brush.RelativeTransform.
public:
property Transform ^ RelativeTransform { Transform ^ get(); void set(Transform ^ value); };
Transform RelativeTransform();
void RelativeTransform(Transform value);
public Transform RelativeTransform { get; set; }
var transform = brush.relativeTransform;
brush.relativeTransform = transform;
Public Property RelativeTransform As Transform
<brush>
<brush.RelativeTransform>
singleTransform
</brush.RelativeTransform>
</brush>
Property Value
The transformation that is applied to the brush using relative coordinates. The default value is null.