Brush.Transform Property

Definition

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.

public:
 property System::Windows::Media::Transform ^ Transform { System::Windows::Media::Transform ^ get(); void set(System::Windows::Media::Transform ^ value); };
public System.Windows.Media.Transform Transform { get; set; }
member this.Transform : System.Windows.Media.Transform with get, set
Public Property Transform As Transform

Property Value

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

Remarks

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

Applies to

See also