Brush.Transform Property

Definition

Gets or sets the transformation that is applied to the brush.

public:
 property Transform ^ Transform { Transform ^ get(); void set(Transform ^ value); };
Transform Transform();

void Transform(Transform value);
public Transform Transform { get; set; }
var transform = brush.transform;
brush.transform = transform;
Public Property Transform As Transform
<brush>
  <brush.Transform>
    singleTransform
  </brush.Transform>
</brush>

Property Value

The transformation to apply to the brush.

Applies to