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; }
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.