Brush.RelativeTransform Property

Definition

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

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.

Applies to