Brush.RelativeTransform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.