Brush.Transform 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.
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.