Brush::Transform Property

 

Gets or sets the transformation that is applied to the brush. This transformation is applied after the brush's output has been mapped and positioned.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

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

Property Value

Type: System.Windows.Media::Transform^

The transformation to apply to the brush. The default value is the Identity transformation.

Use this property to rotate, scale, skew, or translate a brush's content. For detailed information about this property, see the Brush Transformation Overview.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: