Transform Property
Collapse the table of content
Expand the table of content

Brush.Transform Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

'Declaration
Public Property Transform As Transform
<brush>
  <brush.Transform>
    singleTransform
  </brush.Transform>
</brush>

XAML Values

Value

Description

singleTransform

Exactly one object element for an object that derives from Transform. This can be one of the following: RotateTransform, ScaleTransform, SkewTransform, TranslateTransform, MatrixTransform, TransformGroup. By using a TransformGroup here, you can apply multiple transforms by defining child object elements of the TransformGroup. See XAML Values section for TransformGroup.

Property Value

Type: System.Windows.Media.Transform
The transformation to apply to the brush.

Dependency property identifier field: TransformProperty

Use this property to rotate, scale, skew, or translate a brush's content.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft